Html Css Color HEX #818800 Olive

📋 copy color: '#818800'

red 129 ◦ green 136 ◦ blue 0

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

Shades of Olive #818800

Tints of Olive #818800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.68%
G = 51.32%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#818800 (or 0x818800) is known color: Olive. HEX triplet: 81, 88 and 00. RGB value is (129,136,0). Sum of RGB (Red+Green+Blue) = 129+136+0=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #818800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818800 is #7E77FF. Grayscale: #767676. Windows color (decimal): -8288256 or 34945. OLE color: 34945.

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

Color convert

RGB 129 136 0 -
CMYK 0.05 0 1 0.47
HSL 63.09º 1% 0.27% -
HSV(B) 63.09º 1% 0.53% -
XYZ 17.86 22.28 3.36 -
YUV 118.4 61.18 135.56 -
System Red Green Blue C M Y K H S L
Decimal 129 136 0 0.05 0 1 0.47 63.09 1 0.27
Hex 81 88 0 5 0 64 2F 3F 64 1B
Octal 201 210 0 5 0 144 57 77 144 33
Binary 10000001 10001000 0 101 0 1100100 101111 111111 1100100 11011

Color Harmonies of #818800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818800

Black with #818800

Text Example


Text Example

White with #818800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818800; }

 p { color: rgb(129,136,0); }

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

background-color css

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

 a { background-color: rgb(129,136,0); }

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

border-color css

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

 span { border-color: rgb(129,136,0); }

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