Html Css Color HEX #618A6E Laurel

📋 copy color: '#618A6E'

red 97 ◦ green 138 ◦ blue 110

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

Shades of Laurel #618A6E

Tints of Laurel #618A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 28.12%
G = 40%
B = 31.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#618A6E (or 0x618A6E) is known color: Laurel. HEX triplet: 61, 8A and 6E. RGB value is (97,138,110). Sum of RGB (Red+Green+Blue) = 97+138+110=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #618A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618A6E is #9E7591. Grayscale: #7A7A7A. Windows color (decimal): -10384786 or 7244385. OLE color: 7244385.

HSL color Cylindrical-coordinate representation of color #618A6E: hue angle of 139.02º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618A6E is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 138 110 -
CMYK 0.30 0 0.20 0.46
HSL 139.02º 0.17% 0.46% -
HSV(B) 139.02º 0.3% 0.54% -
XYZ 16.83 21.84 18.08 -
YUV 122.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 97 138 110 0.30 0 0.20 0.46 139.02 0.17 0.46
Hex 61 8A 6E 1E 0 14 2E 8B 11 2E
Octal 141 212 156 36 0 24 56 213 21 56
Binary 1100001 10001010 1101110 11110 0 10100 101110 10001011 10001 101110

Color Harmonies of #618A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618A6E

Black with #618A6E

Text Example


Text Example

White with #618A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,138,110); }

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

background-color css

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

 a { background-color: rgb(97,138,110); }

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

border-color css

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

 span { border-color: rgb(97,138,110); }

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