Html Css Color HEX #617E20 Olive Drab

📋 copy color: '#617E20'

red 97 ◦ green 126 ◦ blue 32

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

Shades of Olive Drab #617E20

Tints of Olive Drab #617E20

RGB

 RED value IS 97 (38.28% from 255) = 38.04%

 GREEN value IS 126 (49.61% from 255) = 49.41%

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 38.04%
G = 49.41%
B = 12.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#617E20 (or 0x617E20) is known color: Olive Drab. HEX triplet: 61, 7E and 20. RGB value is (97,126,32). Sum of RGB (Red+Green+Blue) = 97+126+32=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #617E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617E20 is #9E81DF. Grayscale: #6A6A6A. Windows color (decimal): -10387936 or 2129505. OLE color: 2129505.

HSL color Cylindrical-coordinate representation of color #617E20: hue angle of 78.51º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #617E20 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 126 32 -
CMYK 0.23 0 0.75 0.51
HSL 78.51º 0.59% 0.31% -
HSV(B) 78.51º 0.75% 0.49% -
XYZ 12.65 17.57 4.09 -
YUV 106.61 85.89 121.14 -
System Red Green Blue C M Y K H S L
Decimal 97 126 32 0.23 0 0.75 0.51 78.51 0.59 0.31
Hex 61 7E 20 17 0 4B 33 4F 3B 1F
Octal 141 176 40 27 0 113 63 117 73 37
Binary 1100001 1111110 100000 10111 0 1001011 110011 1001111 111011 11111

Color Harmonies of #617E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617E20

Black with #617E20

Text Example


Text Example

White with #617E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,126,32); }

 H1.HeaderClassName
 {
   color: #617E20;
 }
 .AnyTagClassName
 {
   color: #617E20;
 }
</style>

background-color css

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

 a { background-color: rgb(97,126,32); }

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

border-color css

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

 span { border-color: rgb(97,126,32); }

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