#717726

Color #717726 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #717726

Tints of Olivetone #717726

Color information

#717726 (or 0x717726) is unknown color: approx 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

RGB11311938-
CMYK0.0500.680.53
HSL64.44º51.59%30.78%-
HSV(B)64.44º68.07%46.67%-
XYZ13.7616.844.36-
YUV107.9788.51131.59-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119380.0500.680.5364.4451.5930.78
Hex71772650443540341f
Octal1611674650104651006437
Binary1110001111011110011010101000100110101100000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>