Html Css Color HEX #659B68 Laurel

📋 copy color: '#659B68'

red 101 ◦ green 155 ◦ blue 104

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

Shades of Laurel #659B68

Tints of Laurel #659B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.06%

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

R = 28.06%
G = 43.06%
B = 28.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#659B68 (or 0x659B68) is known color: Laurel. HEX triplet: 65, 9B and 68. RGB value is (101,155,104). Sum of RGB (Red+Green+Blue) = 101+155+104=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #659B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659B68 is #9A6497. Grayscale: #858585. Windows color (decimal): -10118296 or 6855525. OLE color: 6855525.

HSL color Cylindrical-coordinate representation of color #659B68: hue angle of 123.33º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659B68 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 155 104 -
CMYK 0.35 0 0.33 0.39
HSL 123.33º 0.21% 0.5% -
HSV(B) 123.33º 0.35% 0.61% -
XYZ 19.59 27.21 17.32 -
YUV 133.04 111.61 105.15 -
System Red Green Blue C M Y K H S L
Decimal 101 155 104 0.35 0 0.33 0.39 123.33 0.21 0.5
Hex 65 9B 68 23 0 21 27 7B 15 32
Octal 145 233 150 43 0 41 47 173 25 62
Binary 1100101 10011011 1101000 100011 0 100001 100111 1111011 10101 110010

Color Harmonies of #659B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659B68

Black with #659B68

Text Example


Text Example

White with #659B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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