Html Css Color HEX #66AD80 Oxley

📋 copy color: '#66AD80'

red 102 ◦ green 173 ◦ blue 128

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

Shades of Oxley #66AD80

Tints of Oxley #66AD80

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.93%

 BLUE value IS 128 (50.39% from 255) = 31.76%

R = 25.31%
G = 42.93%
B = 31.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#66AD80 (or 0x66AD80) is known color: Oxley. HEX triplet: 66, AD and 80. RGB value is (102,173,128). Sum of RGB (Red+Green+Blue) = 102+173+128=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AD80 is #99527F. Grayscale: #929292. Windows color (decimal): -10048128 or 8432998. OLE color: 8432998.

HSL color Cylindrical-coordinate representation of color #66AD80: hue angle of 141.97º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AD80 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 173 128 -
CMYK 0.41 0 0.26 0.32
HSL 141.97º 0.3% 0.54% -
HSV(B) 141.97º 0.41% 0.68% -
XYZ 24.32 34.27 25.76 -
YUV 146.64 117.48 96.16 -
System Red Green Blue C M Y K H S L
Decimal 102 173 128 0.41 0 0.26 0.32 141.97 0.3 0.54
Hex 66 AD 80 29 0 1A 20 8E 1E 36
Octal 146 255 200 51 0 32 40 216 36 66
Binary 1100110 10101101 10000000 101001 0 11010 100000 10001110 11110 110110

Color Harmonies of #66AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AD80

Black with #66AD80

Text Example


Text Example

White with #66AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,173,128); }

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

background-color css

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

 a { background-color: rgb(102,173,128); }

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

border-color css

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

 span { border-color: rgb(102,173,128); }

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