Html Css Color HEX #717530 Olivetone

📋 copy color: '#717530'

red 113 ◦ green 117 ◦ blue 48

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

Shades of Olivetone #717530

Tints of Olivetone #717530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

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

R = 40.65%
G = 42.09%
B = 17.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#717530 (or 0x717530) is known color: Olivetone. HEX triplet: 71, 75 and 30. RGB value is (113,117,48). Sum of RGB (Red+Green+Blue) = 113+117+48=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #717530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717530 is #8E8ACF. Grayscale: #6C6C6C. Windows color (decimal): -9341648 or 3175793. OLE color: 3175793.

HSL color Cylindrical-coordinate representation of color #717530: hue angle of 63.48º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #717530 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 48 -
CMYK 0.03 0 0.59 0.54
HSL 63.48º 0.42% 0.32% -
HSV(B) 63.48º 0.59% 0.46% -
XYZ 13.7 16.45 5.25 -
YUV 107.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 113 117 48 0.03 0 0.59 0.54 63.48 0.42 0.32
Hex 71 75 30 3 0 3B 36 3F 2A 20
Octal 161 165 60 3 0 73 66 77 52 40
Binary 1110001 1110101 110000 11 0 111011 110110 111111 101010 100000

Color Harmonies of #717530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717530

Black with #717530

Text Example


Text Example

White with #717530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717530; }

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

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

background-color css

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

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

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

border-color css

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

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

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