Html Css Color HEX #717130 Olivetone

📋 copy color: '#717130'

red 113 ◦ green 113 ◦ blue 48

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

Shades of Olivetone #717130

Tints of Olivetone #717130

RGB

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

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

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

R = 41.24%
G = 41.24%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#717130 (or 0x717130) is known color: Olivetone. HEX triplet: 71, 71 and 30. RGB value is (113,113,48). Sum of RGB (Red+Green+Blue) = 113+113+48=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717130 is #8E8ECF. Grayscale: #696969. Windows color (decimal): -9342672 or 3174769. OLE color: 3174769.

HSL color Cylindrical-coordinate representation of color #717130: hue angle of 60º 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 #717130 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 48 -
CMYK 0 0 0.58 0.56
HSL 60º 0.4% 0.32% -
HSV(B) 60º 0.58% 0.44% -
XYZ 13.25 15.53 5.1 -
YUV 105.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 113 113 48 0 0 0.58 0.56 60 0.4 0.32
Hex 71 71 30 0 0 3A 38 3C 28 20
Octal 161 161 60 0 0 72 70 74 50 40
Binary 1110001 1110001 110000 0 0 111010 111000 111100 101000 100000

Color Harmonies of #717130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717130

Black with #717130

Text Example


Text Example

White with #717130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717130; }

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

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

background-color css

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

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

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

border-color css

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

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

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