Html Css Color HEX #818004 Olive

📋 copy color: '#818004'

red 129 ◦ green 128 ◦ blue 4

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

Shades of Olive #818004

Tints of Olive #818004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 49.43%
G = 49.04%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#818004 (or 0x818004) is known color: Olive. HEX triplet: 81, 80 and 04. RGB value is (129,128,4). Sum of RGB (Red+Green+Blue) = 129+128+4=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #818004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818004 is #7E7FFB. Grayscale: #727272. Windows color (decimal): -8290300 or 295041. OLE color: 295041.

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

Color convert

RGB 129 128 4 -
CMYK 0 0.01 0.97 0.49
HSL 59.52º 0.94% 0.26% -
HSV(B) 59.52º 0.97% 0.51% -
XYZ 16.79 20.11 3.11 -
YUV 114.16 65.83 138.58 -
System Red Green Blue C M Y K H S L
Decimal 129 128 4 0 0.01 0.97 0.49 59.52 0.94 0.26
Hex 81 80 4 0 1 61 31 3C 5E 1A
Octal 201 200 4 0 1 141 61 74 136 32
Binary 10000001 10000000 100 0 1 1100001 110001 111100 1011110 11010

Color Harmonies of #818004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818004

Black with #818004

Text Example


Text Example

White with #818004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818004; }

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

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

background-color css

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

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

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

border-color css

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

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

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