Html Css Color HEX #659B6B Laurel

📋 copy color: '#659B6B'

red 101 ◦ green 155 ◦ blue 107

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

Shades of Laurel #659B6B

Tints of Laurel #659B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 27.82%
G = 42.7%
B = 29.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#659B6B (or 0x659B6B) is known color: Laurel. HEX triplet: 65, 9B and 6B. RGB value is (101,155,107). Sum of RGB (Red+Green+Blue) = 101+155+107=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #659B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659B6B is #9A6494. Grayscale: #858585. Windows color (decimal): -10118293 or 7052133. OLE color: 7052133.

HSL color Cylindrical-coordinate representation of color #659B6B: hue angle of 126.67º 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 #659B6B is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 155 107 -
CMYK 0.35 0 0.31 0.39
HSL 126.67º 0.21% 0.5% -
HSV(B) 126.67º 0.35% 0.61% -
XYZ 19.74 27.27 18.13 -
YUV 133.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 101 155 107 0.35 0 0.31 0.39 126.67 0.21 0.5
Hex 65 9B 6B 23 0 1F 27 7F 15 32
Octal 145 233 153 43 0 37 47 177 25 62
Binary 1100101 10011011 1101011 100011 0 11111 100111 1111111 10101 110010

Color Harmonies of #659B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659B6B

Black with #659B6B

Text Example


Text Example

White with #659B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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