Html Css Color HEX #818001 Olive

📋 copy color: '#818001'

red 129 ◦ green 128 ◦ blue 1

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

Shades of Olive #818001

Tints of Olive #818001

RGB

 RED value IS 129 (50.78% from 255) = 50%

 GREEN value IS 128 (50.39% from 255) = 49.61%

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

R = 50%
G = 49.61%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#818001 (or 0x818001) is known color: Olive. HEX triplet: 81, 80 and 01. RGB value is (129,128,1). Sum of RGB (Red+Green+Blue) = 129+128+1=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #818001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818001 is #7E7FFE. Grayscale: #727272. Windows color (decimal): -8290303 or 98433. OLE color: 98433.

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

Color convert

RGB 129 128 1 -
CMYK 0 0.01 0.99 0.49
HSL 59.53º 0.98% 0.25% -
HSV(B) 59.53º 0.99% 0.51% -
XYZ 16.78 20.11 3.03 -
YUV 113.82 64.33 138.83 -
System Red Green Blue C M Y K H S L
Decimal 129 128 1 0 0.01 0.99 0.49 59.53 0.98 0.25
Hex 81 80 1 0 1 63 31 3C 62 19
Octal 201 200 1 0 1 143 61 74 142 31
Binary 10000001 10000000 1 0 1 1100011 110001 111100 1100010 11001

Color Harmonies of #818001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818001

Black with #818001

Text Example


Text Example

White with #818001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818001; }

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

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

background-color css

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

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

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

border-color css

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

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

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