Html Css Color HEX #818C0A Olive

📋 copy color: '#818C0A'

red 129 ◦ green 140 ◦ blue 10

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

Shades of Olive #818C0A

Tints of Olive #818C0A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.18%

 BLUE value IS 10 (4.3% from 255) = 3.58%

R = 46.24%
G = 50.18%
B = 3.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#818C0A (or 0x818C0A) is known color: Olive. HEX triplet: 81, 8C and 0A. RGB value is (129,140,10). Sum of RGB (Red+Green+Blue) = 129+140+10=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #818C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818C0A is #7E73F5. Grayscale: #7A7A7A. Windows color (decimal): -8287222 or 691329. OLE color: 691329.

HSL color Cylindrical-coordinate representation of color #818C0A: hue angle of 65.08º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #818C0A is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 140 10 -
CMYK 0.08 0 0.93 0.45
HSL 65.08º 0.87% 0.29% -
HSV(B) 65.08º 0.93% 0.55% -
XYZ 18.49 23.45 3.84 -
YUV 121.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 129 140 10 0.08 0 0.93 0.45 65.08 0.87 0.29
Hex 81 8C A 8 0 5D 2D 41 57 1D
Octal 201 214 12 10 0 135 55 101 127 35
Binary 10000001 10001100 1010 1000 0 1011101 101101 1000001 1010111 11101

Color Harmonies of #818C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818C0A

Black with #818C0A

Text Example


Text Example

White with #818C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,140,10); }

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

background-color css

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

 a { background-color: rgb(129,140,10); }

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

border-color css

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

 span { border-color: rgb(129,140,10); }

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