Html Css Color HEX #807C05 Olive

📋 copy color: '#807C05'

red 128 ◦ green 124 ◦ blue 5

#807C05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #807C05

Tints of Olive #807C05

RGB

 RED value IS 128 (50.39% from 255) = 49.81%

 GREEN value IS 124 (48.83% from 255) = 48.25%

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 49.81%
G = 48.25%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#807C05 (or 0x807C05) is known color: Olive. HEX triplet: 80, 7C and 05. RGB value is (128,124,5). Sum of RGB (Red+Green+Blue) = 128+124+5=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #807C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807C05 is #7F83FA. Grayscale: #707070. Windows color (decimal): -8356859 or 359552. OLE color: 359552.

HSL color Cylindrical-coordinate representation of color #807C05: hue angle of 58.05º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #807C05 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 124 5 -
CMYK 0 0.03 0.96 0.50
HSL 58.05º 0.92% 0.26% -
HSV(B) 58.05º 0.96% 0.5% -
XYZ 16.14 19.02 2.96 -
YUV 111.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 128 124 5 0 0.03 0.96 0.50 58.05 0.92 0.26
Hex 80 7C 5 0 3 60 32 3A 5C 1A
Octal 200 174 5 0 3 140 62 72 134 32
Binary 10000000 1111100 101 0 11 1100000 110010 111010 1011100 11010

Color Harmonies of #807C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C05

Black with #807C05

Text Example


Text Example

White with #807C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807C05; }

 p { color: rgb(128,124,5); }

 H1.HeaderClassName
 {
   color: #807C05;
 }
 .AnyTagClassName
 {
   color: #807C05;
 }
</style>

background-color css

<style>
 a { background-color: #807C05; }

 a { background-color: rgb(128,124,5); }

 div.DivClassName
 {
   background-color: #807C05;
 }
 .BgClassName
 {
   background-color: #807C05;
 }
</style>

border-color css

<style>
 span { border-color: #807C05; }

 span { border-color: rgb(128,124,5); }

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