Html Css Color HEX #617138 Dark Olive Green

📋 copy color: '#617138'

red 97 ◦ green 113 ◦ blue 56

#617138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #617138

Tints of Dark Olive Green #617138

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 value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#617138 (or 0x617138) is known color: 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

RGB 97 113 56 -
CMYK 0.14 0 0.50 0.56
HSL 76.84º 0.34% 0.33% -
HSV(B) 76.84º 0.5% 0.44% -
XYZ 11.55 14.64 5.96 -
YUV 101.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 97 113 56 0.14 0 0.50 0.56 76.84 0.34 0.33
Hex 61 71 38 E 0 32 38 4D 22 21
Octal 141 161 70 16 0 62 70 115 42 41
Binary 1100001 1110001 111000 1110 0 110010 111000 1001101 100010 100001

Color Harmonies of #617138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617138

Black with #617138

Text Example


Text Example

White with #617138

Text Example


Text Example

HTML Codes & Css Web 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>