Html Css Color HEX #659565 Laurel

📋 copy color: '#659565'

red 101 ◦ green 149 ◦ blue 101

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

Shades of Laurel #659565

Tints of Laurel #659565

RGB

 RED value IS 101 (39.84% from 255) = 28.77%

 GREEN value IS 149 (58.59% from 255) = 42.45%

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

R = 28.77%
G = 42.45%
B = 28.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#659565 (or 0x659565) is known color: Laurel. HEX triplet: 65, 95 and 65. RGB value is (101,149,101). Sum of RGB (Red+Green+Blue) = 101+149+101=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #659565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659565 is #9A6A9A. Grayscale: #818181. Windows color (decimal): -10119835 or 6657381. OLE color: 6657381.

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

Color convert

RGB 101 149 101 -
CMYK 0.32 0 0.32 0.42
HSL 120º 0.19% 0.49% -
HSV(B) 120º 0.32% 0.58% -
XYZ 18.46 25.2 16.2 -
YUV 129.18 112.1 107.9 -
System Red Green Blue C M Y K H S L
Decimal 101 149 101 0.32 0 0.32 0.42 120 0.19 0.49
Hex 65 95 65 20 0 20 2A 78 13 31
Octal 145 225 145 40 0 40 52 170 23 61
Binary 1100101 10010101 1100101 100000 0 100000 101010 1111000 10011 110001

Color Harmonies of #659565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659565

Black with #659565

Text Example


Text Example

White with #659565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659565; }

 p { color: rgb(101,149,101); }

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

background-color css

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

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

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

border-color css

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

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

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