Html Css Color HEX #618B6C Laurel

📋 copy color: '#618B6C'

red 97 ◦ green 139 ◦ blue 108

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

Shades of Laurel #618B6C

Tints of Laurel #618B6C

RGB

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

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

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

R = 28.2%
G = 40.41%
B = 31.4%

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

#618B6C (or 0x618B6C) is known color: Laurel. HEX triplet: 61, 8B and 6C. RGB value is (97,139,108). Sum of RGB (Red+Green+Blue) = 97+139+108=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #618B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618B6C is #9E7493. Grayscale: #7A7A7A. Windows color (decimal): -10384532 or 7113569. OLE color: 7113569.

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

Color convert

RGB 97 139 108 -
CMYK 0.30 0 0.22 0.45
HSL 135.71º 0.18% 0.46% -
HSV(B) 135.71º 0.3% 0.55% -
XYZ 16.87 22.09 17.56 -
YUV 122.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 97 139 108 0.30 0 0.22 0.45 135.71 0.18 0.46
Hex 61 8B 6C 1E 0 16 2D 88 12 2E
Octal 141 213 154 36 0 26 55 210 22 56
Binary 1100001 10001011 1101100 11110 0 10110 101101 10001000 10010 101110

Color Harmonies of #618B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618B6C

Black with #618B6C

Text Example


Text Example

White with #618B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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