Html Css Color HEX #619666 Laurel

📋 copy color: '#619666'

red 97 ◦ green 150 ◦ blue 102

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

Shades of Laurel #619666

Tints of Laurel #619666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.98%

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

R = 27.79%
G = 42.98%
B = 29.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#619666 (or 0x619666) is known color: Laurel. HEX triplet: 61, 96 and 66. RGB value is (97,150,102). Sum of RGB (Red+Green+Blue) = 97+150+102=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #619666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619666 is #9E6999. Grayscale: #808080. Windows color (decimal): -10381722 or 6723169. OLE color: 6723169.

HSL color Cylindrical-coordinate representation of color #619666: hue angle of 125.66º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619666 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 150 102 -
CMYK 0.35 0 0.32 0.41
HSL 125.66º 0.21% 0.48% -
HSV(B) 125.66º 0.35% 0.59% -
XYZ 18.23 25.31 16.5 -
YUV 128.68 112.94 105.4 -
System Red Green Blue C M Y K H S L
Decimal 97 150 102 0.35 0 0.32 0.41 125.66 0.21 0.48
Hex 61 96 66 23 0 20 29 7E 15 30
Octal 141 226 146 43 0 40 51 176 25 60
Binary 1100001 10010110 1100110 100011 0 100000 101001 1111110 10101 110000

Color Harmonies of #619666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619666

Black with #619666

Text Example


Text Example

White with #619666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619666; }

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

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

background-color css

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

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

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

border-color css

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

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

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