#717228

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

Shades of Olivetone #717228

Tints of Olivetone #717228

Color information

#717228 (or 0x717228) is unknown color: approx Olivetone. HEX triplet: 71, 72 and 28. RGB value is (113,114,40). Sum of RGB (Red+Green+Blue) = 113+114+40=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #717228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717228 is #8E8DD7. Grayscale: #696969. Windows color (decimal): -9342424 or 2650737. OLE color: 2650737.

HSL color Cylindrical-coordinate representation of color #717228: hue angle of 60.81º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #717228 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB11311440-
CMYK0.0100.650.55
HSL60.81º48.05%30.2%-
HSV(B)60.81º64.91%44.71%-
XYZ13.2115.74.34-
YUV105.2691.17133.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 114 (44.92% from 255) = 42.70%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=42.32%
G=42.70%
B=14.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113114400.0100.650.5560.8148.0530.2
Hex7172281041373d301e
Octal161162501010167756036
Binary1110001111001010100010100000111011111110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717228; }

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

 H1.HeaderClassName
 {
   color: #717228;
 }
 .AnyTagClassName
 {
   color: #717228;
 }
</style>
background-color css

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

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

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

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

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

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