Html Css Color HEX #618B6D Laurel

📋 copy color: '#618B6D'

red 97 ◦ green 139 ◦ blue 109

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

Shades of Laurel #618B6D

Tints of Laurel #618B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.29%

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 28.12%
G = 40.29%
B = 31.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#618B6D (or 0x618B6D) is known color: Laurel. HEX triplet: 61, 8B and 6D. RGB value is (97,139,109). Sum of RGB (Red+Green+Blue) = 97+139+109=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #618B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618B6D is #9E7492. Grayscale: #7B7B7B. Windows color (decimal): -10384531 or 7179105. OLE color: 7179105.

HSL color Cylindrical-coordinate representation of color #618B6D: hue angle of 137.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618B6D is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 139 109 -
CMYK 0.30 0 0.22 0.45
HSL 137.14º 0.18% 0.46% -
HSV(B) 137.14º 0.3% 0.55% -
XYZ 16.92 22.11 17.84 -
YUV 123.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 97 139 109 0.30 0 0.22 0.45 137.14 0.18 0.46
Hex 61 8B 6D 1E 0 16 2D 89 12 2E
Octal 141 213 155 36 0 26 55 211 22 56
Binary 1100001 10001011 1101101 11110 0 10110 101101 10001001 10010 101110

Color Harmonies of #618B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618B6D

Black with #618B6D

Text Example


Text Example

White with #618B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,139,109); }

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

background-color css

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

 a { background-color: rgb(97,139,109); }

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

border-color css

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

 span { border-color: rgb(97,139,109); }

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