Html Css Color HEX #618D14 Olive Drab

📋 copy color: '#618D14'

red 97 ◦ green 141 ◦ blue 20

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

Shades of Olive Drab #618D14

Tints of Olive Drab #618D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 37.6%
G = 54.65%
B = 7.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#618D14 (or 0x618D14) is known color: Olive Drab. HEX triplet: 61, 8D and 14. RGB value is (97,141,20). Sum of RGB (Red+Green+Blue) = 97+141+20=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 141 (55.47% from 255 or 54.65% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 141 - color contains mainly: green. Hex color #618D14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618D14 is #9E72EB. Grayscale: #727272. Windows color (decimal): -10384108 or 1346913. OLE color: 1346913.

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

Color convert

RGB 97 141 20 -
CMYK 0.31 0 0.86 0.45
HSL 81.82º 0.75% 0.32% -
HSV(B) 81.82º 0.86% 0.55% -
XYZ 14.58 21.64 4.07 -
YUV 114.05 74.92 115.84 -
System Red Green Blue C M Y K H S L
Decimal 97 141 20 0.31 0 0.86 0.45 81.82 0.75 0.32
Hex 61 8D 14 1F 0 56 2D 52 4B 20
Octal 141 215 24 37 0 126 55 122 113 40
Binary 1100001 10001101 10100 11111 0 1010110 101101 1010010 1001011 100000

Color Harmonies of #618D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D14

Black with #618D14

Text Example


Text Example

White with #618D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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