Html Css Color HEX #659568 Laurel

📋 copy color: '#659568'

red 101 ◦ green 149 ◦ blue 104

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

Shades of Laurel #659568

Tints of Laurel #659568

RGB

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

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

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

R = 28.53%
G = 42.09%
B = 29.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#659568 (or 0x659568) is known color: Laurel. HEX triplet: 65, 95 and 68. RGB value is (101,149,104). Sum of RGB (Red+Green+Blue) = 101+149+104=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #659568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659568 is #9A6A97. Grayscale: #818181. Windows color (decimal): -10119832 or 6853989. OLE color: 6853989.

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

Color convert

RGB 101 149 104 -
CMYK 0.32 0 0.30 0.42
HSL 123.75º 0.19% 0.49% -
HSV(B) 123.75º 0.32% 0.58% -
XYZ 18.61 25.26 16.99 -
YUV 129.52 113.6 107.66 -
System Red Green Blue C M Y K H S L
Decimal 101 149 104 0.32 0 0.30 0.42 123.75 0.19 0.49
Hex 65 95 68 20 0 1E 2A 7C 13 31
Octal 145 225 150 40 0 36 52 174 23 61
Binary 1100101 10010101 1101000 100000 0 11110 101010 1111100 10011 110001

Color Harmonies of #659568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659568

Black with #659568

Text Example


Text Example

White with #659568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659568; }

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

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

background-color css

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

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

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

border-color css

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

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

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