#717125

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

Shades of Olivetone #717125

Tints of Olivetone #717125

Color information

#717125 (or 0x717125) is unknown color: approx Olivetone. HEX triplet: 71, 71 and 25. RGB value is (113,113,37). Sum of RGB (Red+Green+Blue) = 113+113+37=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717125 is #8E8EDA. Grayscale: #686868. Windows color (decimal): -9342683 or 2453873. OLE color: 2453873.

HSL color Cylindrical-coordinate representation of color #717125: hue angle of 60º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #717125 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB11311337-
CMYK000.670.56
HSL60º50.67%29.41%-
HSV(B)60º67.26%44.31%-
XYZ13.0515.454.05-
YUV104.3490134.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.97%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 37 (14.84% from 255) = 14.07%
R=42.97%
G=42.97%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311337000.670.566050.6729.41
Hex7171250043383c331d
Octal161161450010370746335
Binary1110001111000110010100100001111100011110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717125; }

 p { color: rgb(113,113,37); }

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

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

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

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

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

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

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