Html Css Color HEX #808901 Olive

📋 copy color: '#808901'

red 128 ◦ green 137 ◦ blue 1

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

Shades of Olive #808901

Tints of Olive #808901

RGB

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

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

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

R = 48.12%
G = 51.5%
B = 0.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#808901 (or 0x808901) is known color: Olive. HEX triplet: 80, 89 and 01. RGB value is (128,137,1). Sum of RGB (Red+Green+Blue) = 128+137+1=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #808901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808901 is #7F76FE. Grayscale: #777777. Windows color (decimal): -8353535 or 100736. OLE color: 100736.

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

Color convert

RGB 128 137 1 -
CMYK 0.07 0 0.99 0.46
HSL 63.97º 0.99% 0.27% -
HSV(B) 63.97º 0.99% 0.54% -
XYZ 17.85 22.48 3.43 -
YUV 118.81 61.52 134.56 -
System Red Green Blue C M Y K H S L
Decimal 128 137 1 0.07 0 0.99 0.46 63.97 0.99 0.27
Hex 80 89 1 7 0 63 2E 40 63 1B
Octal 200 211 1 7 0 143 56 100 143 33
Binary 10000000 10001001 1 111 0 1100011 101110 1000000 1100011 11011

Color Harmonies of #808901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808901

Black with #808901

Text Example


Text Example

White with #808901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808901; }

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

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

background-color css

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

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

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

border-color css

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

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

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