Html Css Color HEX #818900 Olive

📋 copy color: '#818900'

red 129 ◦ green 137 ◦ blue 0

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

Shades of Olive #818900

Tints of Olive #818900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.5%

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

R = 48.5%
G = 51.5%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#818900 (or 0x818900) is known color: Olive. HEX triplet: 81, 89 and 00. RGB value is (129,137,0). Sum of RGB (Red+Green+Blue) = 129+137+0=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #818900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818900 is #7E76FF. Grayscale: #777777. Windows color (decimal): -8288000 or 35201. OLE color: 35201.

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

Color convert

RGB 129 137 0 -
CMYK 0.06 0 1 0.46
HSL 63.5º 1% 0.27% -
HSV(B) 63.5º 1% 0.54% -
XYZ 18 22.56 3.41 -
YUV 118.99 60.85 135.14 -
System Red Green Blue C M Y K H S L
Decimal 129 137 0 0.06 0 1 0.46 63.5 1 0.27
Hex 81 89 0 6 0 64 2E 40 64 1B
Octal 201 211 0 6 0 144 56 100 144 33
Binary 10000001 10001001 0 110 0 1100100 101110 1000000 1100100 11011

Color Harmonies of #818900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818900

Black with #818900

Text Example


Text Example

White with #818900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818900; }

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

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

background-color css

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

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

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

border-color css

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

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

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