Html Css Color HEX #617F2E Olive Drab

📋 copy color: '#617F2E'

red 97 ◦ green 127 ◦ blue 46

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

Shades of Olive Drab #617F2E

Tints of Olive Drab #617F2E

RGB

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

 GREEN value IS 127 (50% from 255) = 47.04%

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 35.93%
G = 47.04%
B = 17.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#617F2E (or 0x617F2E) is known color: Olive Drab. HEX triplet: 61, 7F and 2E. RGB value is (97,127,46). Sum of RGB (Red+Green+Blue) = 97+127+46=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #617F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617F2E is #9E80D1. Grayscale: #6D6D6D. Windows color (decimal): -10387666 or 3047265. OLE color: 3047265.

HSL color Cylindrical-coordinate representation of color #617F2E: hue angle of 82.22º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #617F2E is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 127 46 -
CMYK 0.24 0 0.64 0.50
HSL 82.22º 0.47% 0.34% -
HSV(B) 82.22º 0.64% 0.5% -
XYZ 13.01 17.92 5.36 -
YUV 108.8 92.56 119.59 -
System Red Green Blue C M Y K H S L
Decimal 97 127 46 0.24 0 0.64 0.50 82.22 0.47 0.34
Hex 61 7F 2E 18 0 40 32 52 2F 22
Octal 141 177 56 30 0 100 62 122 57 42
Binary 1100001 1111111 101110 11000 0 1000000 110010 1010010 101111 100010

Color Harmonies of #617F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617F2E

Black with #617F2E

Text Example


Text Example

White with #617F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,127,46); }

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

background-color css

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

 a { background-color: rgb(97,127,46); }

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

border-color css

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

 span { border-color: rgb(97,127,46); }

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