Html Css Color HEX #618D6A Laurel

📋 copy color: '#618D6A'

red 97 ◦ green 141 ◦ blue 106

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

Shades of Laurel #618D6A

Tints of Laurel #618D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 28.2%
G = 40.99%
B = 30.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#618D6A (or 0x618D6A) is known color: Laurel. HEX triplet: 61, 8D and 6A. RGB value is (97,141,106). Sum of RGB (Red+Green+Blue) = 97+141+106=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 141 - color contains mainly: green. Hex color #618D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D6A is #9E7295. Grayscale: #7B7B7B. Windows color (decimal): -10384022 or 6983009. OLE color: 6983009.

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

Color convert

RGB 97 141 106 -
CMYK 0.31 0 0.25 0.45
HSL 132.27º 0.18% 0.47% -
HSV(B) 132.27º 0.31% 0.55% -
XYZ 17.06 22.63 17.11 -
YUV 123.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 97 141 106 0.31 0 0.25 0.45 132.27 0.18 0.47
Hex 61 8D 6A 1F 0 19 2D 84 12 2F
Octal 141 215 152 37 0 31 55 204 22 57
Binary 1100001 10001101 1101010 11111 0 11001 101101 10000100 10010 101111

Color Harmonies of #618D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D6A

Black with #618D6A

Text Example


Text Example

White with #618D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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