Html Css Color HEX #809D01 Olive

📋 copy color: '#809D01'

red 128 ◦ green 157 ◦ blue 1

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

Shades of Olive #809D01

Tints of Olive #809D01

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.9%

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

R = 44.76%
G = 54.9%
B = 0.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#809D01 (or 0x809D01) is known color: Olive. HEX triplet: 80, 9D and 01. RGB value is (128,157,1). Sum of RGB (Red+Green+Blue) = 128+157+1=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 157 (61.72% from 255 or 54.90% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 157 - color contains mainly: green. Hex color #809D01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809D01 is #7F62FE. Grayscale: #838383. Windows color (decimal): -8348415 or 105856. OLE color: 105856.

HSL color Cylindrical-coordinate representation of color #809D01: hue angle of 71.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #809D01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 157 1 -
CMYK 0.18 0 0.99 0.38
HSL 71.15º 0.99% 0.31% -
HSV(B) 71.15º 0.99% 0.62% -
XYZ 20.96 28.71 4.46 -
YUV 130.55 54.89 126.18 -
System Red Green Blue C M Y K H S L
Decimal 128 157 1 0.18 0 0.99 0.38 71.15 0.99 0.31
Hex 80 9D 1 12 0 63 26 47 63 1F
Octal 200 235 1 22 0 143 46 107 143 37
Binary 10000000 10011101 1 10010 0 1100011 100110 1000111 1100011 11111

Color Harmonies of #809D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D01

Black with #809D01

Text Example


Text Example

White with #809D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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