#717025

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

Shades of Olivetone #717025

Tints of Olivetone #717025

Color information

#717025 (or 0x717025) is unknown color: approx Olivetone. HEX triplet: 71, 70 and 25. RGB value is (113,112,37). Sum of RGB (Red+Green+Blue) = 113+112+37=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #717025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717025 is #8E8FDA. Grayscale: #686868. Windows color (decimal): -9342939 or 2453617. OLE color: 2453617.

HSL color Cylindrical-coordinate representation of color #717025: hue angle of 59.21º 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 #717025 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB11311237-
CMYK00.010.670.56
HSL59.21º50.67%29.41%-
HSV(B)59.21º67.26%44.31%-
XYZ12.9415.234.01-
YUV103.7590.33134.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 37 (14.84% from 255) = 14.12%
R=43.13%
G=42.75%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131123700.010.670.5659.2150.6729.41
Hex7170250143383b331d
Octal161160450110370736335
Binary1110001111000010010101100001111100011101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717025; }

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

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

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

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

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

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

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

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