#7F9218

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

Shades of Citron #7F9218

Tints of Citron #7F9218

Color information

#7F9218 (or 0x7F9218) is unknown color: approx Citron. HEX triplet: 7F, 92 and 18. RGB value is (127,146,24). Sum of RGB (Red+Green+Blue) = 127+146+24=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #7F9218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9218 is #806DE7. Grayscale: #7E7E7E. Windows color (decimal): -8416744 or 1610367. OLE color: 1610367.

HSL color Cylindrical-coordinate representation of color #7F9218: hue angle of 69.34º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F9218 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB12714624-
CMYK0.1300.840.43
HSL69.34º71.76%33.33%-
HSV(B)69.34º83.56%57.25%-
XYZ19.225.144.7-
YUV126.4170.21128.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.76%
GREEN value IS 146 (57.42% from 255) = 49.16%
BLUE value IS 24 (9.77% from 255) = 8.08%
R=42.76%
G=49.16%
B=8.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127146240.1300.840.4369.3471.7633.33
Hex7F9218D0542B454821
Octal177222301501245310511041
Binary1111111100100101100011010101010010101110001011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,146,24); }

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

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

 a { background-color: rgb(127,146,24); }

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

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

 span { border-color: rgb(127,146,24); }

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