Html Css Color HEX #809801 Olive

📋 copy color: '#809801'

red 128 ◦ green 152 ◦ blue 1

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

Shades of Olive #809801

Tints of Olive #809801

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.09%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 45.55%
G = 54.09%
B = 0.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#809801 (or 0x809801) is known color: Olive. HEX triplet: 80, 98 and 01. RGB value is (128,152,1). Sum of RGB (Red+Green+Blue) = 128+152+1=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #809801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809801 is #7F67FE. Grayscale: #808080. Windows color (decimal): -8349695 or 104576. OLE color: 104576.

HSL color Cylindrical-coordinate representation of color #809801: hue angle of 69.54º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #809801 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 1 -
CMYK 0.16 0 0.99 0.40
HSL 69.54º 0.99% 0.3% -
HSV(B) 69.54º 0.99% 0.6% -
XYZ 20.14 27.05 4.19 -
YUV 127.61 56.55 128.28 -
System Red Green Blue C M Y K H S L
Decimal 128 152 1 0.16 0 0.99 0.40 69.54 0.99 0.3
Hex 80 98 1 10 0 63 28 46 63 1E
Octal 200 230 1 20 0 143 50 106 143 36
Binary 10000000 10011000 1 10000 0 1100011 101000 1000110 1100011 11110

Color Harmonies of #809801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809801

Black with #809801

Text Example


Text Example

White with #809801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809801; }

 p { color: rgb(128,152,1); }

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

background-color css

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

 a { background-color: rgb(128,152,1); }

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

border-color css

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

 span { border-color: rgb(128,152,1); }

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