Html Css Color HEX #619465 Laurel

📋 copy color: '#619465'

red 97 ◦ green 148 ◦ blue 101

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

Shades of Laurel #619465

Tints of Laurel #619465

RGB

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

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

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

R = 28.03%
G = 42.77%
B = 29.19%

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

#619465 (or 0x619465) is known color: Laurel. HEX triplet: 61, 94 and 65. RGB value is (97,148,101). Sum of RGB (Red+Green+Blue) = 97+148+101=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #619465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619465 is #9E6B9A. Grayscale: #7F7F7F. Windows color (decimal): -10382235 or 6657121. OLE color: 6657121.

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

Color convert

RGB 97 148 101 -
CMYK 0.34 0 0.32 0.42
HSL 124.71º 0.21% 0.48% -
HSV(B) 124.71º 0.34% 0.58% -
XYZ 17.87 24.66 16.13 -
YUV 127.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 97 148 101 0.34 0 0.32 0.42 124.71 0.21 0.48
Hex 61 94 65 22 0 20 2A 7D 15 30
Octal 141 224 145 42 0 40 52 175 25 60
Binary 1100001 10010100 1100101 100010 0 100000 101010 1111101 10101 110000

Color Harmonies of #619465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619465

Black with #619465

Text Example


Text Example

White with #619465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619465; }

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

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

background-color css

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

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

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

border-color css

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

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

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