Html Css Color HEX #619464 Laurel

📋 copy color: '#619464'

red 97 ◦ green 148 ◦ blue 100

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

Shades of Laurel #619464

Tints of Laurel #619464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.9%

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 28.12%
G = 42.9%
B = 28.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#619464 (or 0x619464) is known color: Laurel. HEX triplet: 61, 94 and 64. RGB value is (97,148,100). Sum of RGB (Red+Green+Blue) = 97+148+100=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #619464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619464 is #9E6B9B. Grayscale: #7F7F7F. Windows color (decimal): -10382236 or 6591585. OLE color: 6591585.

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

Color convert

RGB 97 148 100 -
CMYK 0.34 0 0.32 0.42
HSL 123.53º 0.21% 0.48% -
HSV(B) 123.53º 0.34% 0.58% -
XYZ 17.82 24.64 15.87 -
YUV 127.28 112.6 106.4 -
System Red Green Blue C M Y K H S L
Decimal 97 148 100 0.34 0 0.32 0.42 123.53 0.21 0.48
Hex 61 94 64 22 0 20 2A 7C 15 30
Octal 141 224 144 42 0 40 52 174 25 60
Binary 1100001 10010100 1100100 100010 0 100000 101010 1111100 10101 110000

Color Harmonies of #619464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619464

Black with #619464

Text Example


Text Example

White with #619464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619464; }

 p { color: rgb(97,148,100); }

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

background-color css

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

 a { background-color: rgb(97,148,100); }

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

border-color css

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

 span { border-color: rgb(97,148,100); }

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