Html Css Color HEX #818002 Olive

📋 copy color: '#818002'

red 129 ◦ green 128 ◦ blue 2

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

Shades of Olive #818002

Tints of Olive #818002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 49.81%
G = 49.42%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#818002 (or 0x818002) is known color: Olive. HEX triplet: 81, 80 and 02. RGB value is (129,128,2). Sum of RGB (Red+Green+Blue) = 129+128+2=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #818002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818002 is #7E7FFD. Grayscale: #727272. Windows color (decimal): -8290302 or 163969. OLE color: 163969.

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

Color convert

RGB 129 128 2 -
CMYK 0 0.01 0.98 0.49
HSL 59.53º 0.97% 0.26% -
HSV(B) 59.53º 0.98% 0.51% -
XYZ 16.78 20.11 3.05 -
YUV 113.94 64.83 138.75 -
System Red Green Blue C M Y K H S L
Decimal 129 128 2 0 0.01 0.98 0.49 59.53 0.97 0.26
Hex 81 80 2 0 1 62 31 3C 61 1A
Octal 201 200 2 0 1 142 61 74 141 32
Binary 10000001 10000000 10 0 1 1100010 110001 111100 1100001 11010

Color Harmonies of #818002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818002

Black with #818002

Text Example


Text Example

White with #818002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818002; }

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

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

background-color css

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

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

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

border-color css

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

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

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