Html Css Color HEX #619566 Laurel

📋 copy color: '#619566'

red 97 ◦ green 149 ◦ blue 102

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

Shades of Laurel #619566

Tints of Laurel #619566

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.82%

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

R = 27.87%
G = 42.82%
B = 29.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#619566 (or 0x619566) is known color: Laurel. HEX triplet: 61, 95 and 66. RGB value is (97,149,102). Sum of RGB (Red+Green+Blue) = 97+149+102=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #619566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619566 is #9E6A99. Grayscale: #808080. Windows color (decimal): -10381978 or 6722913. OLE color: 6722913.

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

Color convert

RGB 97 149 102 -
CMYK 0.35 0 0.32 0.42
HSL 125.77º 0.21% 0.48% -
HSV(B) 125.77º 0.35% 0.58% -
XYZ 18.08 25 16.44 -
YUV 128.09 113.27 105.82 -
System Red Green Blue C M Y K H S L
Decimal 97 149 102 0.35 0 0.32 0.42 125.77 0.21 0.48
Hex 61 95 66 23 0 20 2A 7E 15 30
Octal 141 225 146 43 0 40 52 176 25 60
Binary 1100001 10010101 1100110 100011 0 100000 101010 1111110 10101 110000

Color Harmonies of #619566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619566

Black with #619566

Text Example


Text Example

White with #619566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619566; }

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

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

background-color css

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

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

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

border-color css

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

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

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