Html Css Color HEX #618D64 Laurel

📋 copy color: '#618D64'

red 97 ◦ green 141 ◦ blue 100

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

Shades of Laurel #618D64

Tints of Laurel #618D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 28.7%
G = 41.72%
B = 29.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#618D64 (or 0x618D64) is known color: Laurel. HEX triplet: 61, 8D and 64. RGB value is (97,141,100). Sum of RGB (Red+Green+Blue) = 97+141+100=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 141 - color contains mainly: green. Hex color #618D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D64 is #9E729B. Grayscale: #7B7B7B. Windows color (decimal): -10384028 or 6589793. OLE color: 6589793.

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

Color convert

RGB 97 141 100 -
CMYK 0.31 0 0.29 0.45
HSL 124.09º 0.18% 0.47% -
HSV(B) 124.09º 0.31% 0.55% -
XYZ 16.75 22.51 15.52 -
YUV 123.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 97 141 100 0.31 0 0.29 0.45 124.09 0.18 0.47
Hex 61 8D 64 1F 0 1D 2D 7C 12 2F
Octal 141 215 144 37 0 35 55 174 22 57
Binary 1100001 10001101 1100100 11111 0 11101 101101 1111100 10010 101111

Color Harmonies of #618D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D64

Black with #618D64

Text Example


Text Example

White with #618D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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