Html Css Color HEX #618D6C Laurel

📋 copy color: '#618D6C'

red 97 ◦ green 141 ◦ blue 108

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

Shades of Laurel #618D6C

Tints of Laurel #618D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 28.03%
G = 40.75%
B = 31.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#618D6C (or 0x618D6C) is known color: Laurel. HEX triplet: 61, 8D and 6C. RGB value is (97,141,108). Sum of RGB (Red+Green+Blue) = 97+141+108=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #618D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D6C is #9E7293. Grayscale: #7C7C7C. Windows color (decimal): -10384020 or 7114081. OLE color: 7114081.

HSL color Cylindrical-coordinate representation of color #618D6C: hue angle of 135º 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 #618D6C is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 141 108 -
CMYK 0.31 0 0.23 0.45
HSL 135º 0.18% 0.47% -
HSV(B) 135º 0.31% 0.55% -
XYZ 17.16 22.67 17.66 -
YUV 124.08 118.92 108.68 -
System Red Green Blue C M Y K H S L
Decimal 97 141 108 0.31 0 0.23 0.45 135 0.18 0.47
Hex 61 8D 6C 1F 0 17 2D 87 12 2F
Octal 141 215 154 37 0 27 55 207 22 57
Binary 1100001 10001101 1101100 11111 0 10111 101101 10000111 10010 101111

Color Harmonies of #618D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D6C

Black with #618D6C

Text Example


Text Example

White with #618D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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