Html Css Color HEX #66A065 Laurel

📋 copy color: '#66A065'

red 102 ◦ green 160 ◦ blue 101

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

Shades of Laurel #66A065

Tints of Laurel #66A065

RGB

 RED value IS 102 (40.23% from 255) = 28.1%

 GREEN value IS 160 (62.89% from 255) = 44.08%

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

R = 28.1%
G = 44.08%
B = 27.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#66A065 (or 0x66A065) is known color: Laurel. HEX triplet: 66, A0 and 65. RGB value is (102,160,101). Sum of RGB (Red+Green+Blue) = 102+160+101=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #66A065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A065 is #995F9A. Grayscale: #888888. Windows color (decimal): -10051483 or 6660198. OLE color: 6660198.

HSL color Cylindrical-coordinate representation of color #66A065: hue angle of 118.98º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A065 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 160 101 -
CMYK 0.36 0 0.37 0.37
HSL 118.98º 0.24% 0.51% -
HSV(B) 118.98º 0.37% 0.63% -
XYZ 20.4 28.91 16.82 -
YUV 135.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 102 160 101 0.36 0 0.37 0.37 118.98 0.24 0.51
Hex 66 A0 65 24 0 25 25 77 18 33
Octal 146 240 145 44 0 45 45 167 30 63
Binary 1100110 10100000 1100101 100100 0 100101 100101 1110111 11000 110011

Color Harmonies of #66A065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A065

Black with #66A065

Text Example


Text Example

White with #66A065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66A065; }

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

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

background-color css

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

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

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

border-color css

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

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

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