#7E8B07

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

Shades of Olive #7E8B07

Tints of Olive #7E8B07

Color information

#7E8B07 (or 0x7E8B07) is unknown color: approx Olive. HEX triplet: 7E, 8B and 07. RGB value is (126,139,7). Sum of RGB (Red+Green+Blue) = 126+139+7=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #7E8B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8B07 is #8174F8. Grayscale: #787878. Windows color (decimal): -8484089 or 494462. OLE color: 494462.

HSL color Cylindrical-coordinate representation of color #7E8B07: hue angle of 65.91º 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 #7E8B07 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB1261397-
CMYK0.0900.950.45
HSL65.91º90.41%28.63%-
HSV(B)65.91º94.96%54.51%-
XYZ17.8822.923.68-
YUV120.0664.19132.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.32%
GREEN value IS 139 (54.69% from 255) = 51.10%
BLUE value IS 7 (3.12% from 255) = 2.57%
R=46.32%
G=51.10%
B=2.57%

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
Decimal12613970.0900.950.4565.9190.4128.63
Hex7E8B7905F2D425a1d
Octal17621371101375510213235
Binary1111110100010111111001010111111011011000010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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