#617138

Color #617138 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #617138

Tints of Dark Olive Green #617138

Color information

#617138 (or 0x617138) is unknown color: approx Dark Olive Green. HEX triplet: 61, 71 and 38. RGB value is (97,113,56). Sum of RGB (Red+Green+Blue) = 97+113+56=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #617138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617138 is #9E8EC7. Grayscale: #656565. Windows color (decimal): -10391240 or 3699041. OLE color: 3699041.

HSL color Cylindrical-coordinate representation of color #617138: hue angle of 76.84º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #617138 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB9711356-
CMYK0.1400.500.56
HSL76.84º33.73%33.14%-
HSV(B)76.84º50.44%44.31%-
XYZ11.5514.645.96-
YUV101.72102.2124.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 56 (22.27% from 255) = 21.05%
R=36.47%
G=42.48%
B=21.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97113560.1400.500.5676.8433.7333.14
Hex617138E032384d2221
Octal1411617016062701154241
Binary11000011110001111000111001100101110001001101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617138; }

 p { color: rgb(97,113,56); }

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

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

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

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

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

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

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