Html Css Color HEX #816D00 Olive

📋 copy color: '#816D00'

red 129 ◦ green 109 ◦ blue 0

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

Shades of Olive #816D00

Tints of Olive #816D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.8%

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

R = 54.2%
G = 45.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#816D00 (or 0x816D00) is known color: Olive. HEX triplet: 81, 6D and 00. RGB value is (129,109,0). Sum of RGB (Red+Green+Blue) = 129+109+0=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #816D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816D00 is #7E92FF. Grayscale: #676767. Windows color (decimal): -8295168 or 28033. OLE color: 28033.

HSL color Cylindrical-coordinate representation of color #816D00: hue angle of 50.7º 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 #816D00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 109 0 -
CMYK 0 0.16 1 0.49
HSL 50.7º 1% 0.25% -
HSV(B) 50.7º 1% 0.51% -
XYZ 14.52 15.6 2.25 -
YUV 102.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 129 109 0 0 0.16 1 0.49 50.7 1 0.25
Hex 81 6D 0 0 10 64 31 33 64 19
Octal 201 155 0 0 20 144 61 63 144 31
Binary 10000001 1101101 0 0 10000 1100100 110001 110011 1100100 11001

Color Harmonies of #816D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816D00

Black with #816D00

Text Example


Text Example

White with #816D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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