Html Css Color HEX #717115 Olivetone

📋 copy color: '#717115'

red 113 ◦ green 113 ◦ blue 21

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

Shades of Olivetone #717115

Tints of Olivetone #717115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 45.75%
G = 45.75%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#717115 (or 0x717115) is known color: Olivetone. HEX triplet: 71, 71 and 15. RGB value is (113,113,21). Sum of RGB (Red+Green+Blue) = 113+113+21=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717115 is #8E8EEA. Grayscale: #666666. Windows color (decimal): -9342699 or 1405297. OLE color: 1405297.

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

Color convert

RGB 113 113 21 -
CMYK 0 0 0.81 0.56
HSL 60º 0.69% 0.26% -
HSV(B) 60º 0.81% 0.44% -
XYZ 12.85 15.38 3 -
YUV 102.51 82 135.48 -
System Red Green Blue C M Y K H S L
Decimal 113 113 21 0 0 0.81 0.56 60 0.69 0.26
Hex 71 71 15 0 0 51 38 3C 45 1A
Octal 161 161 25 0 0 121 70 74 105 32
Binary 1110001 1110001 10101 0 0 1010001 111000 111100 1000101 11010

Color Harmonies of #717115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717115

Black with #717115

Text Example


Text Example

White with #717115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717115; }

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

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

background-color css

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

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

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

border-color css

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

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

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