#717630

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

Shades of Olivetone #717630

Tints of Olivetone #717630

Color information

#717630 (or 0x717630) is unknown color: approx Olivetone. HEX triplet: 71, 76 and 30. RGB value is (113,118,48). Sum of RGB (Red+Green+Blue) = 113+118+48=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #717630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717630 is #8E89CF. Grayscale: #6C6C6C. Windows color (decimal): -9341392 or 3176049. OLE color: 3176049.

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

Color convert

RGB11311848-
CMYK0.0400.590.54
HSL64.29º42.17%32.55%-
HSV(B)64.29º59.32%46.27%-
XYZ13.8216.685.29-
YUV108.5293.84131.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=40.50%
G=42.29%
B=17.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113118480.0400.590.5464.2942.1732.55
Hex717630403B36402a21
Octal161166604073661005241
Binary1110001111011011000010001110111101101000000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717630; }

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

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

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

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

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

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

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

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