Html Css Color HEX #618D1E Olive Drab

📋 copy color: '#618D1E'

red 97 ◦ green 141 ◦ blue 30

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

Shades of Olive Drab #618D1E

Tints of Olive Drab #618D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.19%

R = 36.19%
G = 52.61%
B = 11.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#618D1E (or 0x618D1E) is known color: Olive Drab. HEX triplet: 61, 8D and 1E. RGB value is (97,141,30). Sum of RGB (Red+Green+Blue) = 97+141+30=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #618D1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618D1E is #9E72E1. Grayscale: #737373. Windows color (decimal): -10384098 or 2002273. OLE color: 2002273.

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

Color convert

RGB 97 141 30 -
CMYK 0.31 0 0.79 0.45
HSL 83.78º 0.65% 0.34% -
HSV(B) 83.78º 0.79% 0.55% -
XYZ 14.69 21.68 4.64 -
YUV 115.19 79.92 115.03 -
System Red Green Blue C M Y K H S L
Decimal 97 141 30 0.31 0 0.79 0.45 83.78 0.65 0.34
Hex 61 8D 1E 1F 0 4F 2D 54 41 22
Octal 141 215 36 37 0 117 55 124 101 42
Binary 1100001 10001101 11110 11111 0 1001111 101101 1010100 1000001 100010

Color Harmonies of #618D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D1E

Black with #618D1E

Text Example


Text Example

White with #618D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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