Html Css Color HEX #619565 Laurel

📋 copy color: '#619565'

red 97 ◦ green 149 ◦ blue 101

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

Shades of Laurel #619565

Tints of Laurel #619565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.11%

R = 27.95%
G = 42.94%
B = 29.11%

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

#619565 (or 0x619565) is known color: Laurel. HEX triplet: 61, 95 and 65. RGB value is (97,149,101). Sum of RGB (Red+Green+Blue) = 97+149+101=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #619565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619565 is #9E6A9A. Grayscale: #808080. Windows color (decimal): -10381979 or 6657377. OLE color: 6657377.

HSL color Cylindrical-coordinate representation of color #619565: hue angle of 124.62º 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 #619565 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 149 101 -
CMYK 0.35 0 0.32 0.42
HSL 124.62º 0.21% 0.48% -
HSV(B) 124.62º 0.35% 0.58% -
XYZ 18.03 24.98 16.18 -
YUV 127.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 97 149 101 0.35 0 0.32 0.42 124.62 0.21 0.48
Hex 61 95 65 23 0 20 2A 7D 15 30
Octal 141 225 145 43 0 40 52 175 25 60
Binary 1100001 10010101 1100101 100011 0 100000 101010 1111101 10101 110000

Color Harmonies of #619565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619565

Black with #619565

Text Example


Text Example

White with #619565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619565; }

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

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

background-color css

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

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

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

border-color css

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

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

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