#7f9b1b

Color #7F9B1B Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #7F9B1B

Tints of Citron #7F9B1B

Color information

#7F9B1B (or 0x7F9B1B) is unknown color: approx Citron. HEX triplet: 7F, 9B and 1B. RGB value is (127,155,27). Sum of RGB (Red+Green+Blue) = 127+155+27=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9B1B is #8064E4. Grayscale: #848484. Windows color (decimal): -8414437 or 1809279. OLE color: 1809279.

HSL color Cylindrical-coordinate representation of color #7F9B1B: hue angle of 73.12º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F9B1B is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB12715527-
CMYK0.1800.830.39
HSL73.12º70.33%35.69%-
HSV(B)73.12º82.58%60.78%-
XYZ20.6728.035.36-
YUV132.0468.72124.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 41.10%
GREEN value IS 155 (60.94% from 255) = 50.16%
BLUE value IS 27 (10.94% from 255) = 8.74%
R=41.10%
G=50.16%
B=8.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127155270.1800.830.3973.1270.3335.69
Hex7F9B1B1205327494624
Octal177233332201234711110644
Binary11111111001101111011100100101001110011110010011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f9b1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f9b1b; }

 p { color: rgb(127,155,27); }

 H1.HeaderClassName
 {
   color: #7f9b1b;
 }
 .AnyTagClassName
 {
   color: #7f9b1b;
 }
</style>
background-color css

<style>
 a { background-color: #7f9b1b; }

 a { background-color: rgb(127,155,27); }

 div.DivClassName
 {
   background-color: #7f9b1b;
 }
 .BgClassName
 {
   background-color: #7f9b1b;
 }
</style>
border-color css

<style>
 span { border-color: #7f9b1b; }

 span { border-color: rgb(127,155,27); }

 td.TdClassName
 {
   border-color: #7f9b1b;
 }
 .TagClassName
 {
   border-color: #7f9b1b;
 }
</style>