#7b990f

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

Shades of Citron #7B990F

Tints of Citron #7B990F

Color information

#7B990F (or 0x7B990F) is unknown color: approx Citron. HEX triplet: 7B, 99 and 0F. RGB value is (123,153,15). Sum of RGB (Red+Green+Blue) = 123+153+15=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #7B990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B990F is #8466F0. Grayscale: #808080. Windows color (decimal): -8677105 or 1022331. OLE color: 1022331.

HSL color Cylindrical-coordinate representation of color #7B990F: hue angle of 73.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B990F is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB12315315-
CMYK0.2000.900.4
HSL73.04º82.14%32.94%-
HSV(B)73.04º90.2%60%-
XYZ19.6527.034.63-
YUV128.364.06124.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.27%
GREEN value IS 153 (60.16% from 255) = 52.58%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=42.27%
G=52.58%
B=5.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal123153150.2000.900.473.0482.1432.94
Hex7B99F1405A28495221
Octal173231172401325011112241
Binary1111011100110011111101000101101010100010010011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b990f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,153,15); }

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

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

 a { background-color: rgb(123,153,15); }

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

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

 span { border-color: rgb(123,153,15); }

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