Html Css Color HEX #817F13 Olive

📋 copy color: '#817F13'

red 129 ◦ green 127 ◦ blue 19

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

Shades of Olive #817F13

Tints of Olive #817F13

RGB

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

 GREEN value IS 127 (50% from 255) = 46.18%

 BLUE value IS 19 (7.81% from 255) = 6.91%

R = 46.91%
G = 46.18%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#817F13 (or 0x817F13) is known color: Olive. HEX triplet: 81, 7F and 13. RGB value is (129,127,19). Sum of RGB (Red+Green+Blue) = 129+127+19=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #817F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817F13 is #7E80EC. Grayscale: #737373. Windows color (decimal): -8290541 or 1277825. OLE color: 1277825.

HSL color Cylindrical-coordinate representation of color #817F13: hue angle of 58.91º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #817F13 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 127 19 -
CMYK 0 0.02 0.85 0.49
HSL 58.91º 0.74% 0.29% -
HSV(B) 58.91º 0.85% 0.51% -
XYZ 16.76 19.89 3.57 -
YUV 115.29 73.66 137.78 -
System Red Green Blue C M Y K H S L
Decimal 129 127 19 0 0.02 0.85 0.49 58.91 0.74 0.29
Hex 81 7F 13 0 2 55 31 3B 4A 1D
Octal 201 177 23 0 2 125 61 73 112 35
Binary 10000001 1111111 10011 0 10 1010101 110001 111011 1001010 11101

Color Harmonies of #817F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817F13

Black with #817F13

Text Example


Text Example

White with #817F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817F13; }

 p { color: rgb(129,127,19); }

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

background-color css

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

 a { background-color: rgb(129,127,19); }

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

border-color css

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

 span { border-color: rgb(129,127,19); }

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