Html Css Color HEX #807604 Olive

📋 copy color: '#807604'

red 128 ◦ green 118 ◦ blue 4

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

Shades of Olive #807604

Tints of Olive #807604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.2%

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 51.2%
G = 47.2%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#807604 (or 0x807604) is known color: Olive. HEX triplet: 80, 76 and 04. RGB value is (128,118,4). Sum of RGB (Red+Green+Blue) = 128+118+4=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #807604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807604 is #7F89FB. Grayscale: #6C6C6C. Windows color (decimal): -8358396 or 292480. OLE color: 292480.

HSL color Cylindrical-coordinate representation of color #807604: hue angle of 55.16º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #807604 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 118 4 -
CMYK 0 0.08 0.97 0.50
HSL 55.16º 0.94% 0.26% -
HSV(B) 55.16º 0.97% 0.5% -
XYZ 15.4 17.55 2.69 -
YUV 107.99 69.31 142.27 -
System Red Green Blue C M Y K H S L
Decimal 128 118 4 0 0.08 0.97 0.50 55.16 0.94 0.26
Hex 80 76 4 0 8 61 32 37 5E 1A
Octal 200 166 4 0 10 141 62 67 136 32
Binary 10000000 1110110 100 0 1000 1100001 110010 110111 1011110 11010

Color Harmonies of #807604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807604

Black with #807604

Text Example


Text Example

White with #807604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807604; }

 p { color: rgb(128,118,4); }

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

background-color css

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

 a { background-color: rgb(128,118,4); }

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

border-color css

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

 span { border-color: rgb(128,118,4); }

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