Html Css Color HEX #807C13 Olive

📋 copy color: '#807C13'

red 128 ◦ green 124 ◦ blue 19

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

Shades of Olive #807C13

Tints of Olive #807C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 47.23%
G = 45.76%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#807C13 (or 0x807C13) is known color: Olive. HEX triplet: 80, 7C and 13. RGB value is (128,124,19). Sum of RGB (Red+Green+Blue) = 128+124+19=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #807C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807C13 is #7F83EC. Grayscale: #717171. Windows color (decimal): -8356845 or 1277056. OLE color: 1277056.

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

Color convert

RGB 128 124 19 -
CMYK 0 0.03 0.85 0.50
HSL 57.8º 0.74% 0.29% -
HSV(B) 57.8º 0.85% 0.5% -
XYZ 16.23 19.05 3.44 -
YUV 113.23 74.83 138.54 -
System Red Green Blue C M Y K H S L
Decimal 128 124 19 0 0.03 0.85 0.50 57.8 0.74 0.29
Hex 80 7C 13 0 3 55 32 3A 4A 1D
Octal 200 174 23 0 3 125 62 72 112 35
Binary 10000000 1111100 10011 0 11 1010101 110010 111010 1001010 11101

Color Harmonies of #807C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C13

Black with #807C13

Text Example


Text Example

White with #807C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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