Html Css Color HEX #717616 Olivetone

📋 copy color: '#717616'

red 113 ◦ green 118 ◦ blue 22

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

Shades of Olivetone #717616

Tints of Olivetone #717616

RGB

 RED value IS 113 (44.53% from 255) = 44.66%

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

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 44.66%
G = 46.64%
B = 8.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#717616 (or 0x717616) is known color: Olivetone. HEX triplet: 71, 76 and 16. RGB value is (113,118,22). Sum of RGB (Red+Green+Blue) = 113+118+22=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #717616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717616 is #8E89E9. Grayscale: #696969. Windows color (decimal): -9341418 or 1472113. OLE color: 1472113.

HSL color Cylindrical-coordinate representation of color #717616: hue angle of 63.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #717616 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 22 -
CMYK 0.04 0 0.81 0.54
HSL 63.13º 0.69% 0.27% -
HSV(B) 63.13º 0.81% 0.46% -
XYZ 13.43 16.53 3.24 -
YUV 105.56 80.84 133.31 -
System Red Green Blue C M Y K H S L
Decimal 113 118 22 0.04 0 0.81 0.54 63.13 0.69 0.27
Hex 71 76 16 4 0 51 36 3F 45 1B
Octal 161 166 26 4 0 121 66 77 105 33
Binary 1110001 1110110 10110 100 0 1010001 110110 111111 1000101 11011

Color Harmonies of #717616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717616

Black with #717616

Text Example


Text Example

White with #717616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717616; }

 p { color: rgb(113,118,22); }

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

background-color css

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

 a { background-color: rgb(113,118,22); }

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

border-color css

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

 span { border-color: rgb(113,118,22); }

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