#617038

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

Shades of Dark Olive Green #617038

Tints of Dark Olive Green #617038

Color information

#617038 (or 0x617038) is unknown color: approx Dark Olive Green. HEX triplet: 61, 70 and 38. RGB value is (97,112,56). Sum of RGB (Red+Green+Blue) = 97+112+56=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #617038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617038 is #9E8FC7. Grayscale: #656565. Windows color (decimal): -10391496 or 3698785. OLE color: 3698785.

HSL color Cylindrical-coordinate representation of color #617038: hue angle of 76.07º degrees, saturation: 0.33, 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 #617038 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB9711256-
CMYK0.1300.500.56
HSL76.07º33.33%32.94%-
HSV(B)76.07º50%43.92%-
XYZ11.4414.425.92-
YUV101.13102.53125.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=36.60%
G=42.26%
B=21.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97112560.1300.500.5676.0733.3332.94
Hex617038D032384c2121
Octal1411607015062701144141
Binary11000011110000111000110101100101110001001100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617038; }

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

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

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

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

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

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

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

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