Html Css Color HEX #808701 Olive

📋 copy color: '#808701'

red 128 ◦ green 135 ◦ blue 1

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

Shades of Olive #808701

Tints of Olive #808701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.14%

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

R = 48.48%
G = 51.14%
B = 0.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#808701 (or 0x808701) is known color: Olive. HEX triplet: 80, 87 and 01. RGB value is (128,135,1). Sum of RGB (Red+Green+Blue) = 128+135+1=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #808701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808701 is #7F78FE. Grayscale: #767676. Windows color (decimal): -8354047 or 100224. OLE color: 100224.

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

Color convert

RGB 128 135 1 -
CMYK 0.05 0 0.99 0.47
HSL 63.13º 0.99% 0.27% -
HSV(B) 63.13º 0.99% 0.53% -
XYZ 17.57 21.92 3.33 -
YUV 117.63 62.18 135.4 -
System Red Green Blue C M Y K H S L
Decimal 128 135 1 0.05 0 0.99 0.47 63.13 0.99 0.27
Hex 80 87 1 5 0 63 2F 3F 63 1B
Octal 200 207 1 5 0 143 57 77 143 33
Binary 10000000 10000111 1 101 0 1100011 101111 111111 1100011 11011

Color Harmonies of #808701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808701

Black with #808701

Text Example


Text Example

White with #808701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808701; }

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

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

background-color css

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

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

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

border-color css

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

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

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