Html Css Color HEX #618D6B Laurel

📋 copy color: '#618D6B'

red 97 ◦ green 141 ◦ blue 107

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

Shades of Laurel #618D6B

Tints of Laurel #618D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 28.12%
G = 40.87%
B = 31.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#618D6B (or 0x618D6B) is known color: Laurel. HEX triplet: 61, 8D and 6B. RGB value is (97,141,107). Sum of RGB (Red+Green+Blue) = 97+141+107=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #618D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D6B is #9E7294. Grayscale: #7C7C7C. Windows color (decimal): -10384021 or 7048545. OLE color: 7048545.

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

Color convert

RGB 97 141 107 -
CMYK 0.31 0 0.24 0.45
HSL 133.64º 0.18% 0.47% -
HSV(B) 133.64º 0.31% 0.55% -
XYZ 17.11 22.65 17.38 -
YUV 123.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 97 141 107 0.31 0 0.24 0.45 133.64 0.18 0.47
Hex 61 8D 6B 1F 0 18 2D 86 12 2F
Octal 141 215 153 37 0 30 55 206 22 57
Binary 1100001 10001101 1101011 11111 0 11000 101101 10000110 10010 101111

Color Harmonies of #618D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D6B

Black with #618D6B

Text Example


Text Example

White with #618D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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