Html Css Color HEX #618D19 Olive Drab

📋 copy color: '#618D19'

red 97 ◦ green 141 ◦ blue 25

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

Shades of Olive Drab #618D19

Tints of Olive Drab #618D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 36.88%
G = 53.61%
B = 9.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#618D19 (or 0x618D19) is known color: Olive Drab. HEX triplet: 61, 8D and 19. RGB value is (97,141,25). Sum of RGB (Red+Green+Blue) = 97+141+25=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #618D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618D19 is #9E72E6. Grayscale: #737373. Windows color (decimal): -10384103 or 1674593. OLE color: 1674593.

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

Color convert

RGB 97 141 25 -
CMYK 0.31 0 0.82 0.45
HSL 82.76º 0.7% 0.33% -
HSV(B) 82.76º 0.82% 0.55% -
XYZ 14.63 21.66 4.33 -
YUV 114.62 77.42 115.43 -
System Red Green Blue C M Y K H S L
Decimal 97 141 25 0.31 0 0.82 0.45 82.76 0.7 0.33
Hex 61 8D 19 1F 0 52 2D 53 46 21
Octal 141 215 31 37 0 122 55 123 106 41
Binary 1100001 10001101 11001 11111 0 1010010 101101 1010011 1000110 100001

Color Harmonies of #618D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D19

Black with #618D19

Text Example


Text Example

White with #618D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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