Html Css Color HEX #618866 Laurel

📋 copy color: '#618866'

red 97 ◦ green 136 ◦ blue 102

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

Shades of Laurel #618866

Tints of Laurel #618866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 28.96%
G = 40.6%
B = 30.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#618866 (or 0x618866) is known color: Laurel. HEX triplet: 61, 88 and 66. RGB value is (97,136,102). Sum of RGB (Red+Green+Blue) = 97+136+102=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #618866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618866 is #9E7799. Grayscale: #787878. Windows color (decimal): -10385306 or 6719585. OLE color: 6719585.

HSL color Cylindrical-coordinate representation of color #618866: hue angle of 127.69º 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 #618866 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 136 102 -
CMYK 0.29 0 0.25 0.47
HSL 127.69º 0.17% 0.46% -
HSV(B) 127.69º 0.29% 0.53% -
XYZ 16.13 21.11 15.79 -
YUV 120.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 97 136 102 0.29 0 0.25 0.47 127.69 0.17 0.46
Hex 61 88 66 1D 0 19 2F 80 11 2E
Octal 141 210 146 35 0 31 57 200 21 56
Binary 1100001 10001000 1100110 11101 0 11001 101111 10000000 10001 101110

Color Harmonies of #618866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618866

Black with #618866

Text Example


Text Example

White with #618866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618866; }

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

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

background-color css

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

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

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

border-color css

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

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

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