Html Css Color HEX #619468 Laurel

📋 copy color: '#619468'

red 97 ◦ green 148 ◦ blue 104

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

Shades of Laurel #619468

Tints of Laurel #619468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 27.79%
G = 42.41%
B = 29.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#619468 (or 0x619468) is known color: Laurel. HEX triplet: 61, 94 and 68. RGB value is (97,148,104). Sum of RGB (Red+Green+Blue) = 97+148+104=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #619468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619468 is #9E6B97. Grayscale: #7F7F7F. Windows color (decimal): -10382232 or 6853729. OLE color: 6853729.

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

Color convert

RGB 97 148 104 -
CMYK 0.34 0 0.30 0.42
HSL 128.24º 0.21% 0.48% -
HSV(B) 128.24º 0.34% 0.58% -
XYZ 18.02 24.72 16.92 -
YUV 127.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 97 148 104 0.34 0 0.30 0.42 128.24 0.21 0.48
Hex 61 94 68 22 0 1E 2A 80 15 30
Octal 141 224 150 42 0 36 52 200 25 60
Binary 1100001 10010100 1101000 100010 0 11110 101010 10000000 10101 110000

Color Harmonies of #619468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619468

Black with #619468

Text Example


Text Example

White with #619468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619468; }

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

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

background-color css

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

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

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

border-color css

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

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

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