Html Css Color HEX #816A00 Olive

📋 copy color: '#816A00'

red 129 ◦ green 106 ◦ blue 0

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

Shades of Olive #816A00

Tints of Olive #816A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.11%

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

R = 54.89%
G = 45.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#816A00 (or 0x816A00) is known color: Olive. HEX triplet: 81, 6A and 00. RGB value is (129,106,0). Sum of RGB (Red+Green+Blue) = 129+106+0=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #816A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816A00 is #7E95FF. Grayscale: #656565. Windows color (decimal): -8295936 or 27265. OLE color: 27265.

HSL color Cylindrical-coordinate representation of color #816A00: hue angle of 49.3º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #816A00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 106 0 -
CMYK 0 0.18 1 0.49
HSL 49.3º 1% 0.25% -
HSV(B) 49.3º 1% 0.51% -
XYZ 14.21 14.98 2.14 -
YUV 100.79 71.12 148.12 -
System Red Green Blue C M Y K H S L
Decimal 129 106 0 0 0.18 1 0.49 49.3 1 0.25
Hex 81 6A 0 0 12 64 31 31 64 19
Octal 201 152 0 0 22 144 61 61 144 31
Binary 10000001 1101010 0 0 10010 1100100 110001 110001 1100100 11001

Color Harmonies of #816A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816A00

Black with #816A00

Text Example


Text Example

White with #816A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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