Html Css Color HEX #659966 Laurel

📋 copy color: '#659966'

red 101 ◦ green 153 ◦ blue 102

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

Shades of Laurel #659966

Tints of Laurel #659966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

 BLUE value IS 102 (40.23% from 255) = 28.65%

R = 28.37%
G = 42.98%
B = 28.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#659966 (or 0x659966) is known color: Laurel. HEX triplet: 65, 99 and 66. RGB value is (101,153,102). Sum of RGB (Red+Green+Blue) = 101+153+102=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #659966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659966 is #9A6699. Grayscale: #838383. Windows color (decimal): -10118810 or 6723941. OLE color: 6723941.

HSL color Cylindrical-coordinate representation of color #659966: hue angle of 121.15º degrees, saturation: 0.2, 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 #659966 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 102 -
CMYK 0.34 0 0.33 0.4
HSL 121.15º 0.2% 0.5% -
HSV(B) 121.15º 0.34% 0.6% -
XYZ 19.16 26.51 16.68 -
YUV 131.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 101 153 102 0.34 0 0.33 0.4 121.15 0.2 0.5
Hex 65 99 66 22 0 21 28 79 14 32
Octal 145 231 146 42 0 41 50 171 24 62
Binary 1100101 10011001 1100110 100010 0 100001 101000 1111001 10100 110010

Color Harmonies of #659966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659966

Black with #659966

Text Example


Text Example

White with #659966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659966; }

 p { color: rgb(101,153,102); }

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

background-color css

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

 a { background-color: rgb(101,153,102); }

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

border-color css

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

 span { border-color: rgb(101,153,102); }

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