Html Css Color HEX #618D1B Olive Drab

📋 copy color: '#618D1B'

red 97 ◦ green 141 ◦ blue 27

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

Shades of Olive Drab #618D1B

Tints of Olive Drab #618D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 36.6%
G = 53.21%
B = 10.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#618D1B (or 0x618D1B) is known color: Olive Drab. HEX triplet: 61, 8D and 1B. RGB value is (97,141,27). Sum of RGB (Red+Green+Blue) = 97+141+27=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #618D1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618D1B is #9E72E4. Grayscale: #737373. Windows color (decimal): -10384101 or 1805665. OLE color: 1805665.

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

Color convert

RGB 97 141 27 -
CMYK 0.31 0 0.81 0.45
HSL 83.16º 0.68% 0.33% -
HSV(B) 83.16º 0.81% 0.55% -
XYZ 14.65 21.67 4.45 -
YUV 114.85 78.42 115.27 -
System Red Green Blue C M Y K H S L
Decimal 97 141 27 0.31 0 0.81 0.45 83.16 0.68 0.33
Hex 61 8D 1B 1F 0 51 2D 53 44 21
Octal 141 215 33 37 0 121 55 123 104 41
Binary 1100001 10001101 11011 11111 0 1010001 101101 1010011 1000100 100001

Color Harmonies of #618D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D1B

Black with #618D1B

Text Example


Text Example

White with #618D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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