Html Css Color HEX #717030 Olivetone

📋 copy color: '#717030'

red 113 ◦ green 112 ◦ blue 48

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

Shades of Olivetone #717030

Tints of Olivetone #717030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 41.39%
G = 41.03%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#717030 (or 0x717030) is known color: Olivetone. HEX triplet: 71, 70 and 30. RGB value is (113,112,48). Sum of RGB (Red+Green+Blue) = 113+112+48=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #717030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717030 is #8E8FCF. Grayscale: #696969. Windows color (decimal): -9342928 or 3174513. OLE color: 3174513.

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

Color convert

RGB 113 112 48 -
CMYK 0 0.01 0.58 0.56
HSL 59.08º 0.4% 0.32% -
HSV(B) 59.08º 0.58% 0.44% -
XYZ 13.14 15.31 5.06 -
YUV 105 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 113 112 48 0 0.01 0.58 0.56 59.08 0.4 0.32
Hex 71 70 30 0 1 3A 38 3B 28 20
Octal 161 160 60 0 1 72 70 73 50 40
Binary 1110001 1110000 110000 0 1 111010 111000 111011 101000 100000

Color Harmonies of #717030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717030

Black with #717030

Text Example


Text Example

White with #717030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717030; }

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

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

background-color css

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

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

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

border-color css

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

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

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