Html Css Color HEX #717629 Olivetone

📋 copy color: '#717629'

red 113 ◦ green 118 ◦ blue 41

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

Shades of Olivetone #717629

Tints of Olivetone #717629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 41.54%
G = 43.38%
B = 15.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#717629 (or 0x717629) is known color: Olivetone. HEX triplet: 71, 76 and 29. RGB value is (113,118,41). Sum of RGB (Red+Green+Blue) = 113+118+41=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #717629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717629 is #8E89D6. Grayscale: #6C6C6C. Windows color (decimal): -9341399 or 2717297. OLE color: 2717297.

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

Color convert

RGB 113 118 41 -
CMYK 0.04 0 0.65 0.54
HSL 63.9º 0.48% 0.31% -
HSV(B) 63.9º 0.65% 0.46% -
XYZ 13.69 16.63 4.59 -
YUV 107.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 113 118 41 0.04 0 0.65 0.54 63.9 0.48 0.31
Hex 71 76 29 4 0 41 36 40 30 1F
Octal 161 166 51 4 0 101 66 100 60 37
Binary 1110001 1110110 101001 100 0 1000001 110110 1000000 110000 11111

Color Harmonies of #717629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717629

Black with #717629

Text Example


Text Example

White with #717629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717629; }

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

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

background-color css

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

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

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

border-color css

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

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

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