Html Css Color HEX #808900 Olive

📋 copy color: '#808900'

red 128 ◦ green 137 ◦ blue 0

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

Shades of Olive #808900

Tints of Olive #808900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.7%

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

R = 48.3%
G = 51.7%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#808900 (or 0x808900) is known color: Olive. HEX triplet: 80, 89 and 00. RGB value is (128,137,0). Sum of RGB (Red+Green+Blue) = 128+137+0=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #808900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808900 is #7F76FF. Grayscale: #777777. Windows color (decimal): -8353536 or 35200. OLE color: 35200.

HSL color Cylindrical-coordinate representation of color #808900: hue angle of 63.94º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #808900 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 0 -
CMYK 0.07 0 1 0.46
HSL 63.94º 1% 0.27% -
HSV(B) 63.94º 1% 0.54% -
XYZ 17.85 22.48 3.4 -
YUV 118.69 61.02 134.64 -
System Red Green Blue C M Y K H S L
Decimal 128 137 0 0.07 0 1 0.46 63.94 1 0.27
Hex 80 89 0 7 0 64 2E 40 64 1B
Octal 200 211 0 7 0 144 56 100 144 33
Binary 10000000 10001001 0 111 0 1100100 101110 1000000 1100100 11011

Color Harmonies of #808900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808900

Black with #808900

Text Example


Text Example

White with #808900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808900; }

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

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

background-color css

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

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

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

border-color css

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

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

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