#7F8B07

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

Shades of Olive #7F8B07

Tints of Olive #7F8B07

Color information

#7F8B07 (or 0x7F8B07) is unknown color: approx Olive. HEX triplet: 7F, 8B and 07. RGB value is (127,139,7). Sum of RGB (Red+Green+Blue) = 127+139+7=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #7F8B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8B07 is #8074F8. Grayscale: #787878. Windows color (decimal): -8418553 or 494463. OLE color: 494463.

HSL color Cylindrical-coordinate representation of color #7F8B07: hue angle of 65.45º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F8B07 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB1271397-
CMYK0.0900.950.45
HSL65.45º90.41%28.63%-
HSV(B)65.45º94.96%54.51%-
XYZ18.0222.993.69-
YUV120.3664.02132.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 7 (3.12% from 255) = 2.56%
R=46.52%
G=50.92%
B=2.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12713970.0900.950.4565.4590.4128.63
Hex7F8B7905F2D415a1d
Octal17721371101375510113235
Binary1111111100010111111001010111111011011000001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,139,7); }

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

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

 a { background-color: rgb(127,139,7); }

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

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

 span { border-color: rgb(127,139,7); }

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