Html Css Color HEX #619665 Laurel

📋 copy color: '#619665'

red 97 ◦ green 150 ◦ blue 101

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

Shades of Laurel #619665

Tints of Laurel #619665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.1%

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

R = 27.87%
G = 43.1%
B = 29.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#619665 (or 0x619665) is known color: Laurel. HEX triplet: 61, 96 and 65. RGB value is (97,150,101). Sum of RGB (Red+Green+Blue) = 97+150+101=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #619665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619665 is #9E699A. Grayscale: #808080. Windows color (decimal): -10381723 or 6657633. OLE color: 6657633.

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

Color convert

RGB 97 150 101 -
CMYK 0.35 0 0.33 0.41
HSL 124.53º 0.21% 0.48% -
HSV(B) 124.53º 0.35% 0.59% -
XYZ 18.19 25.29 16.24 -
YUV 128.57 112.44 105.48 -
System Red Green Blue C M Y K H S L
Decimal 97 150 101 0.35 0 0.33 0.41 124.53 0.21 0.48
Hex 61 96 65 23 0 21 29 7D 15 30
Octal 141 226 145 43 0 41 51 175 25 60
Binary 1100001 10010110 1100101 100011 0 100001 101001 1111101 10101 110000

Color Harmonies of #619665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619665

Black with #619665

Text Example


Text Example

White with #619665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619665; }

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

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

background-color css

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

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

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

border-color css

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

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

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