#7F9208

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

Shades of Olive #7F9208

Tints of Olive #7F9208

Color information

#7F9208 (or 0x7F9208) is unknown color: approx Olive. HEX triplet: 7F, 92 and 08. RGB value is (127,146,8). Sum of RGB (Red+Green+Blue) = 127+146+8=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #7F9208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9208 is #806DF7. Grayscale: #7D7D7D. Windows color (decimal): -8416760 or 561791. OLE color: 561791.

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

Color convert

RGB1271468-
CMYK0.1300.950.43
HSL68.26º89.61%30.2%-
HSV(B)68.26º94.52%57.25%-
XYZ19.0825.094.07-
YUV124.5962.21129.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.20%
GREEN value IS 146 (57.42% from 255) = 51.96%
BLUE value IS 8 (3.52% from 255) = 2.85%
R=45.20%
G=51.96%
B=2.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12714680.1300.950.4368.2689.6130.2
Hex7F928D05F2B445a1e
Octal177222101501375310413236
Binary11111111001001010001101010111111010111000100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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