Html Css Color HEX #807C04 Olive

📋 copy color: '#807C04'

red 128 ◦ green 124 ◦ blue 4

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

Shades of Olive #807C04

Tints of Olive #807C04

RGB

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

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

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

R = 50%
G = 48.44%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#807C04 (or 0x807C04) is known color: Olive. HEX triplet: 80, 7C and 04. RGB value is (128,124,4). Sum of RGB (Red+Green+Blue) = 128+124+4=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #807C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807C04 is #7F83FB. Grayscale: #707070. Windows color (decimal): -8356860 or 294016. OLE color: 294016.

HSL color Cylindrical-coordinate representation of color #807C04: hue angle of 58.06º 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 #807C04 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 124 4 -
CMYK 0 0.03 0.97 0.50
HSL 58.06º 0.94% 0.26% -
HSV(B) 58.06º 0.97% 0.5% -
XYZ 16.13 19.01 2.93 -
YUV 111.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 128 124 4 0 0.03 0.97 0.50 58.06 0.94 0.26
Hex 80 7C 4 0 3 61 32 3A 5E 1A
Octal 200 174 4 0 3 141 62 72 136 32
Binary 10000000 1111100 100 0 11 1100001 110010 111010 1011110 11010

Color Harmonies of #807C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C04

Black with #807C04

Text Example


Text Example

White with #807C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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