Html Css Color HEX #809000 Olive

📋 copy color: '#809000'

red 128 ◦ green 144 ◦ blue 0

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

Shades of Olive #809000

Tints of Olive #809000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.94%

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

R = 47.06%
G = 52.94%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#809000 (or 0x809000) is known color: Olive. HEX triplet: 80, 90 and 00. RGB value is (128,144,0). Sum of RGB (Red+Green+Blue) = 128+144+0=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #809000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809000 is #7F6FFF. Grayscale: #7B7B7B. Windows color (decimal): -8351744 or 36992. OLE color: 36992.

HSL color Cylindrical-coordinate representation of color #809000: hue angle of 66.67º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #809000 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 144 0 -
CMYK 0.11 0 1 0.44
HSL 66.67º 1% 0.28% -
HSV(B) 66.67º 1% 0.56% -
XYZ 18.88 24.54 3.74 -
YUV 122.8 58.7 131.71 -
System Red Green Blue C M Y K H S L
Decimal 128 144 0 0.11 0 1 0.44 66.67 1 0.28
Hex 80 90 0 B 0 64 2C 43 64 1C
Octal 200 220 0 13 0 144 54 103 144 34
Binary 10000000 10010000 0 1011 0 1100100 101100 1000011 1100100 11100

Color Harmonies of #809000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809000

Black with #809000

Text Example


Text Example

White with #809000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809000; }

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

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

background-color css

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

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

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

border-color css

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

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

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