Html Css Color HEX #618668 Laurel

📋 copy color: '#618668'

red 97 ◦ green 134 ◦ blue 104

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

Shades of Laurel #618668

Tints of Laurel #618668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40%

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

R = 28.96%
G = 40%
B = 31.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#618668 (or 0x618668) is known color: Laurel. HEX triplet: 61, 86 and 68. RGB value is (97,134,104). Sum of RGB (Red+Green+Blue) = 97+134+104=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #618668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618668 is #9E7997. Grayscale: #777777. Windows color (decimal): -10385816 or 6850145. OLE color: 6850145.

HSL color Cylindrical-coordinate representation of color #618668: hue angle of 131.35º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618668 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 134 104 -
CMYK 0.28 0 0.22 0.47
HSL 131.35º 0.16% 0.45% -
HSV(B) 131.35º 0.28% 0.53% -
XYZ 15.95 20.59 16.23 -
YUV 119.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 97 134 104 0.28 0 0.22 0.47 131.35 0.16 0.45
Hex 61 86 68 1C 0 16 2F 83 10 2D
Octal 141 206 150 34 0 26 57 203 20 55
Binary 1100001 10000110 1101000 11100 0 10110 101111 10000011 10000 101101

Color Harmonies of #618668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618668

Black with #618668

Text Example


Text Example

White with #618668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618668; }

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

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

background-color css

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

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

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

border-color css

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

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

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