Html Css Color HEX #659A6C Laurel

📋 copy color: '#659A6C'

red 101 ◦ green 154 ◦ blue 108

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

Shades of Laurel #659A6C

Tints of Laurel #659A6C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.42%

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 27.82%
G = 42.42%
B = 29.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#659A6C (or 0x659A6C) is known color: Laurel. HEX triplet: 65, 9A and 6C. RGB value is (101,154,108). Sum of RGB (Red+Green+Blue) = 101+154+108=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #659A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659A6C is #9A6593. Grayscale: #858585. Windows color (decimal): -10118548 or 7117413. OLE color: 7117413.

HSL color Cylindrical-coordinate representation of color #659A6C: hue angle of 127.92º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659A6C is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 154 108 -
CMYK 0.34 0 0.30 0.40
HSL 127.92º 0.21% 0.5% -
HSV(B) 127.92º 0.34% 0.6% -
XYZ 19.63 26.96 18.36 -
YUV 132.91 113.94 105.24 -
System Red Green Blue C M Y K H S L
Decimal 101 154 108 0.34 0 0.30 0.40 127.92 0.21 0.5
Hex 65 9A 6C 22 0 1E 28 80 15 32
Octal 145 232 154 42 0 36 50 200 25 62
Binary 1100101 10011010 1101100 100010 0 11110 101000 10000000 10101 110010

Color Harmonies of #659A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659A6C

Black with #659A6C

Text Example


Text Example

White with #659A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,154,108); }

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

background-color css

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

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

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

border-color css

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

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

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