#7F8A10

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

Shades of Olive #7F8A10

Tints of Olive #7F8A10

Color information

#7F8A10 (or 0x7F8A10) is unknown color: approx Olive. HEX triplet: 7F, 8A and 10. RGB value is (127,138,16). Sum of RGB (Red+Green+Blue) = 127+138+16=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8A10 is #8075EF. Grayscale: #797979. Windows color (decimal): -8418800 or 1084031. OLE color: 1084031.

HSL color Cylindrical-coordinate representation of color #7F8A10: hue angle of 65.41º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F8A10 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB12713816-
CMYK0.0800.880.46
HSL65.41º79.22%30.2%-
HSV(B)65.41º88.41%54.12%-
XYZ17.9322.733.93-
YUV120.868.86132.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.20%
GREEN value IS 138 (54.30% from 255) = 49.11%
BLUE value IS 16 (6.64% from 255) = 5.69%
R=45.20%
G=49.11%
B=5.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127138160.0800.880.4665.4179.2230.2
Hex7F8A1080582E414f1e
Octal177212201001305610111736
Binary111111110001010100001000010110001011101000001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,138,16); }

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

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

 a { background-color: rgb(127,138,16); }

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

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

 span { border-color: rgb(127,138,16); }

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