Html Css Color HEX #717635 Olivetone

📋 copy color: '#717635'

red 113 ◦ green 118 ◦ blue 53

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

Shades of Olivetone #717635

Tints of Olivetone #717635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.55%

 BLUE value IS 53 (21.09% from 255) = 18.66%

R = 39.79%
G = 41.55%
B = 18.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#717635 (or 0x717635) is known color: Olivetone. HEX triplet: 71, 76 and 35. RGB value is (113,118,53). Sum of RGB (Red+Green+Blue) = 113+118+53=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #717635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717635 is #8E89CA. Grayscale: #6D6D6D. Windows color (decimal): -9341387 or 3503729. OLE color: 3503729.

HSL color Cylindrical-coordinate representation of color #717635: hue angle of 64.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #717635 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 53 -
CMYK 0.04 0 0.55 0.54
HSL 64.62º 0.38% 0.34% -
HSV(B) 64.62º 0.55% 0.46% -
XYZ 13.93 16.72 5.86 -
YUV 109.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 113 118 53 0.04 0 0.55 0.54 64.62 0.38 0.34
Hex 71 76 35 4 0 37 36 41 26 22
Octal 161 166 65 4 0 67 66 101 46 42
Binary 1110001 1110110 110101 100 0 110111 110110 1000001 100110 100010

Color Harmonies of #717635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717635

Black with #717635

Text Example


Text Example

White with #717635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717635; }

 p { color: rgb(113,118,53); }

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

background-color css

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

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

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

border-color css

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

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

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