Html Css Color HEX #618D15 Olive Drab

📋 copy color: '#618D15'

red 97 ◦ green 141 ◦ blue 21

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

Shades of Olive Drab #618D15

Tints of Olive Drab #618D15

RGB

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

 GREEN value IS 141 (55.47% from 255) = 54.44%

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

R = 37.45%
G = 54.44%
B = 8.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#618D15 (or 0x618D15) is known color: Olive Drab. HEX triplet: 61, 8D and 15. RGB value is (97,141,21). Sum of RGB (Red+Green+Blue) = 97+141+21=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #618D15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618D15 is #9E72EA. Grayscale: #727272. Windows color (decimal): -10384107 or 1412449. OLE color: 1412449.

HSL color Cylindrical-coordinate representation of color #618D15: hue angle of 82º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #618D15 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 141 21 -
CMYK 0.31 0 0.85 0.45
HSL 82º 0.74% 0.32% -
HSV(B) 82º 0.85% 0.55% -
XYZ 14.59 21.65 4.12 -
YUV 114.16 75.42 115.76 -
System Red Green Blue C M Y K H S L
Decimal 97 141 21 0.31 0 0.85 0.45 82 0.74 0.32
Hex 61 8D 15 1F 0 55 2D 52 4A 20
Octal 141 215 25 37 0 125 55 122 112 40
Binary 1100001 10001101 10101 11111 0 1010101 101101 1010010 1001010 100000

Color Harmonies of #618D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D15

Black with #618D15

Text Example


Text Example

White with #618D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618D15; }

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

 H1.HeaderClassName
 {
   color: #618D15;
 }
 .AnyTagClassName
 {
   color: #618D15;
 }
</style>

background-color css

<style>
 a { background-color: #618D15; }

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

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

border-color css

<style>
 span { border-color: #618D15; }

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

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