Html Css Color HEX #619165 Laurel

📋 copy color: '#619165'

red 97 ◦ green 145 ◦ blue 101

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

Shades of Laurel #619165

Tints of Laurel #619165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.27%

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

R = 28.28%
G = 42.27%
B = 29.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#619165 (or 0x619165) is known color: Laurel. HEX triplet: 61, 91 and 65. RGB value is (97,145,101). Sum of RGB (Red+Green+Blue) = 97+145+101=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #619165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619165 is #9E6E9A. Grayscale: #7D7D7D. Windows color (decimal): -10383003 or 6656353. OLE color: 6656353.

HSL color Cylindrical-coordinate representation of color #619165: hue angle of 125º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619165 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 101 -
CMYK 0.33 0 0.30 0.43
HSL 125º 0.2% 0.47% -
HSV(B) 125º 0.33% 0.57% -
XYZ 17.4 23.73 15.98 -
YUV 125.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 97 145 101 0.33 0 0.30 0.43 125 0.2 0.47
Hex 61 91 65 21 0 1E 2B 7D 14 2F
Octal 141 221 145 41 0 36 53 175 24 57
Binary 1100001 10010001 1100101 100001 0 11110 101011 1111101 10100 101111

Color Harmonies of #619165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619165

Black with #619165

Text Example


Text Example

White with #619165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619165; }

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

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

background-color css

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

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

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

border-color css

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

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

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