Html Css Color HEX #717114 Olivetone

📋 copy color: '#717114'

red 113 ◦ green 113 ◦ blue 20

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

Shades of Olivetone #717114

Tints of Olivetone #717114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.93%

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 45.93%
G = 45.93%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#717114 (or 0x717114) is known color: Olivetone. HEX triplet: 71, 71 and 14. RGB value is (113,113,20). Sum of RGB (Red+Green+Blue) = 113+113+20=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717114 is #8E8EEB. Grayscale: #666666. Windows color (decimal): -9342700 or 1339761. OLE color: 1339761.

HSL color Cylindrical-coordinate representation of color #717114: hue angle of 60º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #717114 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 20 -
CMYK 0 0 0.82 0.56
HSL 60º 0.7% 0.26% -
HSV(B) 60º 0.82% 0.44% -
XYZ 12.84 15.37 2.95 -
YUV 102.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 113 113 20 0 0 0.82 0.56 60 0.7 0.26
Hex 71 71 14 0 0 52 38 3C 46 1A
Octal 161 161 24 0 0 122 70 74 106 32
Binary 1110001 1110001 10100 0 0 1010010 111000 111100 1000110 11010

Color Harmonies of #717114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717114

Black with #717114

Text Example


Text Example

White with #717114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717114; }

 p { color: rgb(113,113,20); }

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

background-color css

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

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

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

border-color css

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

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

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