#7b8e05

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

Shades of Olive #7B8E05

Tints of Olive #7B8E05

Color information

#7B8E05 (or 0x7B8E05) is unknown color: approx Olive. HEX triplet: 7B, 8E and 05. RGB value is (123,142,5). Sum of RGB (Red+Green+Blue) = 123+142+5=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #7B8E05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8E05 is #8471FA. Grayscale: #797979. Windows color (decimal): -8679931 or 364155. OLE color: 364155.

HSL color Cylindrical-coordinate representation of color #7B8E05: hue angle of 68.32º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B8E05 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB1231425-
CMYK0.1300.960.44
HSL68.32º93.2%28.82%-
HSV(B)68.32º96.48%55.69%-
XYZ17.8723.573.75-
YUV120.762.71129.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 142 (55.86% from 255) = 52.59%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=45.56%
G=52.59%
B=1.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12314250.1300.960.4468.3293.228.82
Hex7B8E5D0602C445d1d
Octal17321651501405410413535
Binary1111011100011101011101011000001011001000100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b8e05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,142,5); }

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

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

 a { background-color: rgb(123,142,5); }

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

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

 span { border-color: rgb(123,142,5); }

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