Html Css Color HEX #817409 Olive

📋 copy color: '#817409'

red 129 ◦ green 116 ◦ blue 9

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

Shades of Olive #817409

Tints of Olive #817409

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

 BLUE value IS 9 (3.91% from 255) = 3.54%

R = 50.79%
G = 45.67%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#817409 (or 0x817409) is known color: Olive. HEX triplet: 81, 74 and 09. RGB value is (129,116,9). Sum of RGB (Red+Green+Blue) = 129+116+9=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #817409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817409 is #7E8BF6. Grayscale: #6C6C6C. Windows color (decimal): -8293367 or 619649. OLE color: 619649.

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

Color convert

RGB 129 116 9 -
CMYK 0 0.10 0.93 0.49
HSL 53.5º 0.87% 0.27% -
HSV(B) 53.5º 0.93% 0.51% -
XYZ 15.35 17.18 2.77 -
YUV 107.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 129 116 9 0 0.10 0.93 0.49 53.5 0.87 0.27
Hex 81 74 9 0 A 5D 31 36 57 1B
Octal 201 164 11 0 12 135 61 66 127 33
Binary 10000001 1110100 1001 0 1010 1011101 110001 110110 1010111 11011

Color Harmonies of #817409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817409

Black with #817409

Text Example


Text Example

White with #817409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817409; }

 p { color: rgb(129,116,9); }

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

background-color css

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

 a { background-color: rgb(129,116,9); }

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

border-color css

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

 span { border-color: rgb(129,116,9); }

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