Html Css Color HEX #618868 Laurel

📋 copy color: '#618868'

red 97 ◦ green 136 ◦ blue 104

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

Shades of Laurel #618868

Tints of Laurel #618868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.36%

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

R = 28.78%
G = 40.36%
B = 30.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#618868 (or 0x618868) is known color: Laurel. HEX triplet: 61, 88 and 68. RGB value is (97,136,104). Sum of RGB (Red+Green+Blue) = 97+136+104=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #618868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618868 is #9E7797. Grayscale: #787878. Windows color (decimal): -10385304 or 6850657. OLE color: 6850657.

HSL color Cylindrical-coordinate representation of color #618868: hue angle of 130.77º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618868 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 136 104 -
CMYK 0.29 0 0.24 0.47
HSL 130.77º 0.17% 0.46% -
HSV(B) 130.77º 0.29% 0.53% -
XYZ 16.23 21.15 16.32 -
YUV 120.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 97 136 104 0.29 0 0.24 0.47 130.77 0.17 0.46
Hex 61 88 68 1D 0 18 2F 83 11 2E
Octal 141 210 150 35 0 30 57 203 21 56
Binary 1100001 10001000 1101000 11101 0 11000 101111 10000011 10001 101110

Color Harmonies of #618868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618868

Black with #618868

Text Example


Text Example

White with #618868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618868; }

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

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

background-color css

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

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

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

border-color css

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

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

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