Html Css Color HEX #618B68 Laurel

📋 copy color: '#618B68'

red 97 ◦ green 139 ◦ blue 104

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

Shades of Laurel #618B68

Tints of Laurel #618B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 28.53%
G = 40.88%
B = 30.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#618B68 (or 0x618B68) is known color: Laurel. HEX triplet: 61, 8B and 68. RGB value is (97,139,104). Sum of RGB (Red+Green+Blue) = 97+139+104=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #618B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618B68 is #9E7497. Grayscale: #7A7A7A. Windows color (decimal): -10384536 or 6851425. OLE color: 6851425.

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

Color convert

RGB 97 139 104 -
CMYK 0.30 0 0.25 0.45
HSL 130º 0.18% 0.46% -
HSV(B) 130º 0.3% 0.55% -
XYZ 16.66 22.01 16.47 -
YUV 122.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 97 139 104 0.30 0 0.25 0.45 130 0.18 0.46
Hex 61 8B 68 1E 0 19 2D 82 12 2E
Octal 141 213 150 36 0 31 55 202 22 56
Binary 1100001 10001011 1101000 11110 0 11001 101101 10000010 10010 101110

Color Harmonies of #618B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618B68

Black with #618B68

Text Example


Text Example

White with #618B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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