Html Css Color HEX #717726 Olivetone

📋 copy color: '#717726'

red 113 ◦ green 119 ◦ blue 38

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

Shades of Olivetone #717726

Tints of Olivetone #717726

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.07%

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 41.85%
G = 44.07%
B = 14.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#717726 (or 0x717726) is known color: Olivetone. HEX triplet: 71, 77 and 26. RGB value is (113,119,38). Sum of RGB (Red+Green+Blue) = 113+119+38=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #717726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717726 is #8E88D9. Grayscale: #6C6C6C. Windows color (decimal): -9341146 or 2520945. OLE color: 2520945.

HSL color Cylindrical-coordinate representation of color #717726: hue angle of 64.44º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #717726 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 38 -
CMYK 0.05 0 0.68 0.53
HSL 64.44º 0.52% 0.31% -
HSV(B) 64.44º 0.68% 0.47% -
XYZ 13.76 16.84 4.36 -
YUV 107.97 88.51 131.59 -
System Red Green Blue C M Y K H S L
Decimal 113 119 38 0.05 0 0.68 0.53 64.44 0.52 0.31
Hex 71 77 26 5 0 44 35 40 34 1F
Octal 161 167 46 5 0 104 65 100 64 37
Binary 1110001 1110111 100110 101 0 1000100 110101 1000000 110100 11111

Color Harmonies of #717726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717726

Black with #717726

Text Example


Text Example

White with #717726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717726; }

 p { color: rgb(113,119,38); }

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

background-color css

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

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

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

border-color css

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

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

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