#7B8F05

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

Shades of Olive #7B8F05

Tints of Olive #7B8F05

Color information

#7B8F05 (or 0x7B8F05) is unknown color: approx Olive. HEX triplet: 7B, 8F and 05. RGB value is (123,143,5). Sum of RGB (Red+Green+Blue) = 123+143+5=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #7B8F05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8F05 is #8470FA. Grayscale: #797979. Windows color (decimal): -8679675 or 364411. OLE color: 364411.

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

Color convert

RGB1231435-
CMYK0.1400.970.44
HSL68.7º93.24%29.02%-
HSV(B)68.7º96.5%56.08%-
XYZ18.0223.873.8-
YUV121.2962.37129.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.39%
GREEN value IS 143 (56.25% from 255) = 52.77%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=45.39%
G=52.77%
B=1.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12314350.1400.970.4468.793.2429.02
Hex7B8F5E0612C455d1d
Octal17321751601415410513535
Binary1111011100011111011110011000011011001000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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