Html Css Color HEX #81760E Olive

📋 copy color: '#81760E'

red 129 ◦ green 118 ◦ blue 14

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

Shades of Olive #81760E

Tints of Olive #81760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

 BLUE value IS 14 (5.86% from 255) = 5.36%

R = 49.43%
G = 45.21%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#81760E (or 0x81760E) is known color: Olive. HEX triplet: 81, 76 and 0E. RGB value is (129,118,14). Sum of RGB (Red+Green+Blue) = 129+118+14=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #81760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81760E is #7E89F1. Grayscale: #6D6D6D. Windows color (decimal): -8292850 or 947841. OLE color: 947841.

HSL color Cylindrical-coordinate representation of color #81760E: hue angle of 54.26º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81760E is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 118 14 -
CMYK 0 0.09 0.89 0.49
HSL 54.26º 0.8% 0.28% -
HSV(B) 54.26º 0.89% 0.51% -
XYZ 15.61 17.66 3 -
YUV 109.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 129 118 14 0 0.09 0.89 0.49 54.26 0.8 0.28
Hex 81 76 E 0 9 59 31 36 50 1C
Octal 201 166 16 0 11 131 61 66 120 34
Binary 10000001 1110110 1110 0 1001 1011001 110001 110110 1010000 11100

Color Harmonies of #81760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81760E

Black with #81760E

Text Example


Text Example

White with #81760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81760E; }

 p { color: rgb(129,118,14); }

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

background-color css

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

 a { background-color: rgb(129,118,14); }

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

border-color css

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

 span { border-color: rgb(129,118,14); }

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