Html Css Color HEX #818E00 Olive

📋 copy color: '#818E00'

red 129 ◦ green 142 ◦ blue 0

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

Shades of Olive #818E00

Tints of Olive #818E00

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.4%

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

R = 47.6%
G = 52.4%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#818E00 (or 0x818E00) is known color: Olive. HEX triplet: 81, 8E and 00. RGB value is (129,142,0). Sum of RGB (Red+Green+Blue) = 129+142+0=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #818E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818E00 is #7E71FF. Grayscale: #7A7A7A. Windows color (decimal): -8286720 or 36481. OLE color: 36481.

HSL color Cylindrical-coordinate representation of color #818E00: hue angle of 65.49º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #818E00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 142 0 -
CMYK 0.09 0 1 0.44
HSL 65.49º 1% 0.28% -
HSV(B) 65.49º 1% 0.56% -
XYZ 18.73 24.01 3.65 -
YUV 121.93 59.19 133.05 -
System Red Green Blue C M Y K H S L
Decimal 129 142 0 0.09 0 1 0.44 65.49 1 0.28
Hex 81 8E 0 9 0 64 2C 41 64 1C
Octal 201 216 0 11 0 144 54 101 144 34
Binary 10000001 10001110 0 1001 0 1100100 101100 1000001 1100100 11100

Color Harmonies of #818E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818E00

Black with #818E00

Text Example


Text Example

White with #818E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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