Html Css Color HEX #807D00 Olive

📋 copy color: '#807D00'

red 128 ◦ green 125 ◦ blue 0

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

Shades of Olive #807D00

Tints of Olive #807D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.59%
G = 49.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#807D00 (or 0x807D00) is known color: Olive. HEX triplet: 80, 7D and 00. RGB value is (128,125,0). Sum of RGB (Red+Green+Blue) = 128+125+0=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #807D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807D00 is #7F82FF. Grayscale: #707070. Windows color (decimal): -8356608 or 32128. OLE color: 32128.

HSL color Cylindrical-coordinate representation of color #807D00: hue angle of 58.59º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #807D00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 125 0 -
CMYK 0 0.02 1 0.50
HSL 58.59º 1% 0.25% -
HSV(B) 58.59º 1% 0.5% -
XYZ 16.24 19.26 2.86 -
YUV 111.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 128 125 0 0 0.02 1 0.50 58.59 1 0.25
Hex 80 7D 0 0 2 64 32 3B 64 19
Octal 200 175 0 0 2 144 62 73 144 31
Binary 10000000 1111101 0 0 10 1100100 110010 111011 1100100 11001

Color Harmonies of #807D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807D00

Black with #807D00

Text Example


Text Example

White with #807D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,125,0); }

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

background-color css

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

 a { background-color: rgb(128,125,0); }

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

border-color css

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

 span { border-color: rgb(128,125,0); }

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