Html Css Color HEX #717528 Olivetone

📋 copy color: '#717528'

red 113 ◦ green 117 ◦ blue 40

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

Shades of Olivetone #717528

Tints of Olivetone #717528

RGB

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

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

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

R = 41.85%
G = 43.33%
B = 14.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#717528 (or 0x717528) is known color: Olivetone. HEX triplet: 71, 75 and 28. RGB value is (113,117,40). Sum of RGB (Red+Green+Blue) = 113+117+40=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #717528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717528 is #8E8AD7. Grayscale: #6B6B6B. Windows color (decimal): -9341656 or 2651505. OLE color: 2651505.

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

Color convert

RGB 113 117 40 -
CMYK 0.03 0 0.66 0.54
HSL 63.12º 0.49% 0.31% -
HSV(B) 63.12º 0.66% 0.46% -
XYZ 13.55 16.39 4.46 -
YUV 107.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 113 117 40 0.03 0 0.66 0.54 63.12 0.49 0.31
Hex 71 75 28 3 0 42 36 3F 31 1F
Octal 161 165 50 3 0 102 66 77 61 37
Binary 1110001 1110101 101000 11 0 1000010 110110 111111 110001 11111

Color Harmonies of #717528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717528

Black with #717528

Text Example


Text Example

White with #717528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717528; }

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

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

background-color css

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

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

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

border-color css

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

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

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