Html Css Color HEX #817B10 Olive

📋 copy color: '#817B10'

red 129 ◦ green 123 ◦ blue 16

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

Shades of Olive #817B10

Tints of Olive #817B10

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.9%

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 48.13%
G = 45.9%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#817B10 (or 0x817B10) is known color: Olive. HEX triplet: 81, 7B and 10. RGB value is (129,123,16). Sum of RGB (Red+Green+Blue) = 129+123+16=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #817B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817B10 is #7E84EF. Grayscale: #717171. Windows color (decimal): -8291568 or 1080193. OLE color: 1080193.

HSL color Cylindrical-coordinate representation of color #817B10: hue angle of 56.81º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #817B10 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 123 16 -
CMYK 0 0.05 0.88 0.49
HSL 56.81º 0.78% 0.28% -
HSV(B) 56.81º 0.88% 0.51% -
XYZ 16.23 18.87 3.28 -
YUV 112.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 129 123 16 0 0.05 0.88 0.49 56.81 0.78 0.28
Hex 81 7B 10 0 5 58 31 39 4E 1C
Octal 201 173 20 0 5 130 61 71 116 34
Binary 10000001 1111011 10000 0 101 1011000 110001 111001 1001110 11100

Color Harmonies of #817B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817B10

Black with #817B10

Text Example


Text Example

White with #817B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,123,16); }

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

background-color css

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

 a { background-color: rgb(129,123,16); }

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

border-color css

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

 span { border-color: rgb(129,123,16); }

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