Html Css Color HEX #659D6B Laurel

📋 copy color: '#659D6B'

red 101 ◦ green 157 ◦ blue 107

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

Shades of Laurel #659D6B

Tints of Laurel #659D6B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

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

R = 27.67%
G = 43.01%
B = 29.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#659D6B (or 0x659D6B) is known color: Laurel. HEX triplet: 65, 9D and 6B. RGB value is (101,157,107). Sum of RGB (Red+Green+Blue) = 101+157+107=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #659D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D6B is #9A6294. Grayscale: #868686. Windows color (decimal): -10117781 or 7052645. OLE color: 7052645.

HSL color Cylindrical-coordinate representation of color #659D6B: hue angle of 126.43º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659D6B is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 157 107 -
CMYK 0.36 0 0.32 0.38
HSL 126.43º 0.22% 0.51% -
HSV(B) 126.43º 0.36% 0.62% -
XYZ 20.08 27.94 18.25 -
YUV 134.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 101 157 107 0.36 0 0.32 0.38 126.43 0.22 0.51
Hex 65 9D 6B 24 0 20 26 7E 16 33
Octal 145 235 153 44 0 40 46 176 26 63
Binary 1100101 10011101 1101011 100100 0 100000 100110 1111110 10110 110011

Color Harmonies of #659D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659D6B

Black with #659D6B

Text Example


Text Example

White with #659D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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