Html Css Color HEX #818508 Olive

📋 copy color: '#818508'

red 129 ◦ green 133 ◦ blue 8

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

Shades of Olive #818508

Tints of Olive #818508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.26%

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 47.78%
G = 49.26%
B = 2.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#818508 (or 0x818508) is known color: Olive. HEX triplet: 81, 85 and 08. RGB value is (129,133,8). Sum of RGB (Red+Green+Blue) = 129+133+8=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #818508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818508 is #7E7AF7. Grayscale: #767676. Windows color (decimal): -8289016 or 558465. OLE color: 558465.

HSL color Cylindrical-coordinate representation of color #818508: hue angle of 61.92º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #818508 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 133 8 -
CMYK 0.03 0 0.94 0.48
HSL 61.92º 0.89% 0.28% -
HSV(B) 61.92º 0.94% 0.52% -
XYZ 17.48 21.46 3.45 -
YUV 117.55 66.17 136.16 -
System Red Green Blue C M Y K H S L
Decimal 129 133 8 0.03 0 0.94 0.48 61.92 0.89 0.28
Hex 81 85 8 3 0 5E 30 3E 59 1C
Octal 201 205 10 3 0 136 60 76 131 34
Binary 10000001 10000101 1000 11 0 1011110 110000 111110 1011001 11100

Color Harmonies of #818508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818508

Black with #818508

Text Example


Text Example

White with #818508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818508; }

 p { color: rgb(129,133,8); }

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

background-color css

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

 a { background-color: rgb(129,133,8); }

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

border-color css

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

 span { border-color: rgb(129,133,8); }

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