Html Css Color HEX #617F15 Olive Drab

📋 copy color: '#617F15'

red 97 ◦ green 127 ◦ blue 21

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

Shades of Olive Drab #617F15

Tints of Olive Drab #617F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 39.59%
G = 51.84%
B = 8.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#617F15 (or 0x617F15) is known color: Olive Drab. HEX triplet: 61, 7F and 15. RGB value is (97,127,21). Sum of RGB (Red+Green+Blue) = 97+127+21=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #617F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617F15 is #9E80EA. Grayscale: #6A6A6A. Windows color (decimal): -10387691 or 1408865. OLE color: 1408865.

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

Color convert

RGB 97 127 21 -
CMYK 0.24 0 0.83 0.50
HSL 76.98º 0.72% 0.29% -
HSV(B) 76.98º 0.83% 0.5% -
XYZ 12.65 17.77 3.47 -
YUV 105.95 80.06 121.62 -
System Red Green Blue C M Y K H S L
Decimal 97 127 21 0.24 0 0.83 0.50 76.98 0.72 0.29
Hex 61 7F 15 18 0 53 32 4D 48 1D
Octal 141 177 25 30 0 123 62 115 110 35
Binary 1100001 1111111 10101 11000 0 1010011 110010 1001101 1001000 11101

Color Harmonies of #617F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617F15

Black with #617F15

Text Example


Text Example

White with #617F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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