Html Css Color HEX #617F2C Olive Drab

📋 copy color: '#617F2C'

red 97 ◦ green 127 ◦ blue 44

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

Shades of Olive Drab #617F2C

Tints of Olive Drab #617F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.42%

R = 36.19%
G = 47.39%
B = 16.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#617F2C (or 0x617F2C) is known color: Olive Drab. HEX triplet: 61, 7F and 2C. RGB value is (97,127,44). Sum of RGB (Red+Green+Blue) = 97+127+44=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #617F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617F2C is #9E80D3. Grayscale: #6C6C6C. Windows color (decimal): -10387668 or 2916193. OLE color: 2916193.

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

Color convert

RGB 97 127 44 -
CMYK 0.24 0 0.65 0.50
HSL 81.69º 0.49% 0.34% -
HSV(B) 81.69º 0.65% 0.5% -
XYZ 12.97 17.9 5.15 -
YUV 108.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 97 127 44 0.24 0 0.65 0.50 81.69 0.49 0.34
Hex 61 7F 2C 18 0 41 32 52 31 22
Octal 141 177 54 30 0 101 62 122 61 42
Binary 1100001 1111111 101100 11000 0 1000001 110010 1010010 110001 100010

Color Harmonies of #617F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617F2C

Black with #617F2C

Text Example


Text Example

White with #617F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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