Html Css Color HEX #717028 Olivetone

📋 copy color: '#717028'

red 113 ◦ green 112 ◦ blue 40

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

Shades of Olivetone #717028

Tints of Olivetone #717028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 42.64%
G = 42.26%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#717028 (or 0x717028) is known color: Olivetone. HEX triplet: 71, 70 and 28. RGB value is (113,112,40). Sum of RGB (Red+Green+Blue) = 113+112+40=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #717028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717028 is #8E8FD7. Grayscale: #686868. Windows color (decimal): -9342936 or 2650225. OLE color: 2650225.

HSL color Cylindrical-coordinate representation of color #717028: hue angle of 59.18º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #717028 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 40 -
CMYK 0 0.01 0.65 0.56
HSL 59.18º 0.48% 0.3% -
HSV(B) 59.18º 0.65% 0.44% -
XYZ 12.99 15.25 4.27 -
YUV 104.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 113 112 40 0 0.01 0.65 0.56 59.18 0.48 0.3
Hex 71 70 28 0 1 41 38 3B 30 1E
Octal 161 160 50 0 1 101 70 73 60 36
Binary 1110001 1110000 101000 0 1 1000001 111000 111011 110000 11110

Color Harmonies of #717028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717028

Black with #717028

Text Example


Text Example

White with #717028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717028; }

 p { color: rgb(113,112,40); }

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

background-color css

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

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

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

border-color css

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

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

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