Html Css Color HEX #806901 Olive

📋 copy color: '#806901'

red 128 ◦ green 105 ◦ blue 1

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

Shades of Olive #806901

Tints of Olive #806901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.87%

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

R = 54.7%
G = 44.87%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#806901 (or 0x806901) is known color: Olive. HEX triplet: 80, 69 and 01. RGB value is (128,105,1). Sum of RGB (Red+Green+Blue) = 128+105+1=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #806901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806901 is #7F96FE. Grayscale: #646464. Windows color (decimal): -8361727 or 92544. OLE color: 92544.

HSL color Cylindrical-coordinate representation of color #806901: hue angle of 49.13º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #806901 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 105 1 -
CMYK 0 0.18 0.99 0.50
HSL 49.13º 0.98% 0.25% -
HSV(B) 49.13º 0.99% 0.5% -
XYZ 13.96 14.69 2.13 -
YUV 100.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 128 105 1 0 0.18 0.99 0.50 49.13 0.98 0.25
Hex 80 69 1 0 12 63 32 31 62 19
Octal 200 151 1 0 22 143 62 61 142 31
Binary 10000000 1101001 1 0 10010 1100011 110010 110001 1100010 11001

Color Harmonies of #806901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806901

Black with #806901

Text Example


Text Example

White with #806901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806901; }

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

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

background-color css

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

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

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

border-color css

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

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

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