Html Css Color HEX #818012 Olive

📋 copy color: '#818012'

red 129 ◦ green 128 ◦ blue 18

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

Shades of Olive #818012

Tints of Olive #818012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 46.91%
G = 46.55%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#818012 (or 0x818012) is known color: Olive. HEX triplet: 81, 80 and 12. RGB value is (129,128,18). Sum of RGB (Red+Green+Blue) = 129+128+18=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #818012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818012 is #7E7FED. Grayscale: #747474. Windows color (decimal): -8290286 or 1212545. OLE color: 1212545.

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

Color convert

RGB 129 128 18 -
CMYK 0 0.01 0.86 0.49
HSL 59.46º 0.76% 0.29% -
HSV(B) 59.46º 0.86% 0.51% -
XYZ 16.88 20.15 3.57 -
YUV 115.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 129 128 18 0 0.01 0.86 0.49 59.46 0.76 0.29
Hex 81 80 12 0 1 56 31 3B 4C 1D
Octal 201 200 22 0 1 126 61 73 114 35
Binary 10000001 10000000 10010 0 1 1010110 110001 111011 1001100 11101

Color Harmonies of #818012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818012

Black with #818012

Text Example


Text Example

White with #818012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818012; }

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

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

background-color css

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

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

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

border-color css

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

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

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