#717223

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

Shades of Olivetone #717223

Tints of Olivetone #717223

Color information

#717223 (or 0x717223) is unknown color: approx Olivetone. HEX triplet: 71, 72 and 23. RGB value is (113,114,35). Sum of RGB (Red+Green+Blue) = 113+114+35=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #717223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717223 is #8E8DDC. Grayscale: #696969. Windows color (decimal): -9342429 or 2323057. OLE color: 2323057.

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

Color convert

RGB11311435-
CMYK0.0100.690.55
HSL60.76º53.02%29.22%-
HSV(B)60.76º69.3%44.71%-
XYZ13.1315.673.92-
YUV104.6988.67133.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 35 (14.06% from 255) = 13.36%
R=43.13%
G=43.51%
B=13.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113114350.0100.690.5560.7653.0229.22
Hex7172231045373d351d
Octal161162431010567756535
Binary1110001111001010001110100010111011111110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717223; }

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

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

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

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

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

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

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

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