#617B2D

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

Shades of Dark Olive Green #617B2D

Tints of Dark Olive Green #617B2D

Color information

#617B2D (or 0x617B2D) is unknown color: approx Dark Olive Green. HEX triplet: 61, 7B and 2D. RGB value is (97,123,45). Sum of RGB (Red+Green+Blue) = 97+123+45=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #617B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617B2D is #9E84D2. Grayscale: #6A6A6A. Windows color (decimal): -10388691 or 2980705. OLE color: 2980705.

HSL color Cylindrical-coordinate representation of color #617B2D: hue angle of 80º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #617B2D is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB9712345-
CMYK0.2100.630.52
HSL80º46.43%32.94%-
HSV(B)80º63.41%48.24%-
XYZ12.4916.95.09-
YUV106.3393.39121.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 123 (48.44% from 255) = 46.42%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=36.60%
G=46.42%
B=16.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97123450.2100.630.528046.4332.94
Hex617B2D1503F34502e21
Octal1411735525077641205641
Binary110000111110111011011010101111111101001010000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617B2D; }

 p { color: rgb(97,123,45); }

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

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

 a { background-color: rgb(97,123,45); }

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

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

 span { border-color: rgb(97,123,45); }

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