Html Css Color HEX #817511 Olive

📋 copy color: '#817511'

red 129 ◦ green 117 ◦ blue 17

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

Shades of Olive #817511

Tints of Olive #817511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.49%

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 49.05%
G = 44.49%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#817511 (or 0x817511) is known color: Olive. HEX triplet: 81, 75 and 11. RGB value is (129,117,17). Sum of RGB (Red+Green+Blue) = 129+117+17=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #817511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817511 is #7E8AEE. Grayscale: #6D6D6D. Windows color (decimal): -8293103 or 1144193. OLE color: 1144193.

HSL color Cylindrical-coordinate representation of color #817511: hue angle of 53.57º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #817511 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 117 17 -
CMYK 0 0.09 0.87 0.49
HSL 53.57º 0.77% 0.29% -
HSV(B) 53.57º 0.87% 0.51% -
XYZ 15.52 17.43 3.08 -
YUV 109.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 129 117 17 0 0.09 0.87 0.49 53.57 0.77 0.29
Hex 81 75 11 0 9 57 31 36 4D 1D
Octal 201 165 21 0 11 127 61 66 115 35
Binary 10000001 1110101 10001 0 1001 1010111 110001 110110 1001101 11101

Color Harmonies of #817511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817511

Black with #817511

Text Example


Text Example

White with #817511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817511; }

 p { color: rgb(129,117,17); }

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

background-color css

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

 a { background-color: rgb(129,117,17); }

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

border-color css

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

 span { border-color: rgb(129,117,17); }

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