Html Css Color HEX #618966 Laurel

📋 copy color: '#618966'

red 97 ◦ green 137 ◦ blue 102

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

Shades of Laurel #618966

Tints of Laurel #618966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

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

R = 28.87%
G = 40.77%
B = 30.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#618966 (or 0x618966) is known color: Laurel. HEX triplet: 61, 89 and 66. RGB value is (97,137,102). Sum of RGB (Red+Green+Blue) = 97+137+102=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #618966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618966 is #9E7699. Grayscale: #797979. Windows color (decimal): -10385050 or 6719841. OLE color: 6719841.

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

Color convert

RGB 97 137 102 -
CMYK 0.29 0 0.26 0.46
HSL 127.5º 0.17% 0.46% -
HSV(B) 127.5º 0.29% 0.54% -
XYZ 16.27 21.39 15.84 -
YUV 121.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 97 137 102 0.29 0 0.26 0.46 127.5 0.17 0.46
Hex 61 89 66 1D 0 1A 2E 80 11 2E
Octal 141 211 146 35 0 32 56 200 21 56
Binary 1100001 10001001 1100110 11101 0 11010 101110 10000000 10001 101110

Color Harmonies of #618966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618966

Black with #618966

Text Example


Text Example

White with #618966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618966; }

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

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

background-color css

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

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

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

border-color css

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

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

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