Html Css Color HEX #717216 Olivetone

📋 copy color: '#717216'

red 113 ◦ green 114 ◦ blue 22

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

Shades of Olivetone #717216

Tints of Olivetone #717216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.78%

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

R = 45.38%
G = 45.78%
B = 8.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#717216 (or 0x717216) is known color: Olivetone. HEX triplet: 71, 72 and 16. RGB value is (113,114,22). Sum of RGB (Red+Green+Blue) = 113+114+22=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #717216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717216 is #8E8DE9. Grayscale: #676767. Windows color (decimal): -9342442 or 1471089. OLE color: 1471089.

HSL color Cylindrical-coordinate representation of color #717216: hue angle of 60.65º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #717216 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 22 -
CMYK 0.01 0 0.81 0.55
HSL 60.65º 0.68% 0.27% -
HSV(B) 60.65º 0.81% 0.45% -
XYZ 12.97 15.6 3.09 -
YUV 103.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 113 114 22 0.01 0 0.81 0.55 60.65 0.68 0.27
Hex 71 72 16 1 0 51 37 3D 44 1B
Octal 161 162 26 1 0 121 67 75 104 33
Binary 1110001 1110010 10110 1 0 1010001 110111 111101 1000100 11011

Color Harmonies of #717216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717216

Black with #717216

Text Example


Text Example

White with #717216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717216; }

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

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

background-color css

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

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

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

border-color css

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

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

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