Html Css Color HEX #818B0A Olive

📋 copy color: '#818B0A'

red 129 ◦ green 139 ◦ blue 10

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

Shades of Olive #818B0A

Tints of Olive #818B0A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50%

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

R = 46.4%
G = 50%
B = 3.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#818B0A (or 0x818B0A) is known color: Olive. HEX triplet: 81, 8B and 0A. RGB value is (129,139,10). Sum of RGB (Red+Green+Blue) = 129+139+10=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #818B0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818B0A is #7E74F5. Grayscale: #797979. Windows color (decimal): -8287478 or 691073. OLE color: 691073.

HSL color Cylindrical-coordinate representation of color #818B0A: hue angle of 64.65º 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 #818B0A is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 139 10 -
CMYK 0.07 0 0.93 0.45
HSL 64.65º 0.87% 0.29% -
HSV(B) 64.65º 0.93% 0.55% -
XYZ 18.34 23.15 3.79 -
YUV 121.3 65.19 133.49 -
System Red Green Blue C M Y K H S L
Decimal 129 139 10 0.07 0 0.93 0.45 64.65 0.87 0.29
Hex 81 8B A 7 0 5D 2D 41 57 1D
Octal 201 213 12 7 0 135 55 101 127 35
Binary 10000001 10001011 1010 111 0 1011101 101101 1000001 1010111 11101

Color Harmonies of #818B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818B0A

Black with #818B0A

Text Example


Text Example

White with #818B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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