Html Css Color HEX #66AD7F Oxley

📋 copy color: '#66AD7F'

red 102 ◦ green 173 ◦ blue 127

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

Shades of Oxley #66AD7F

Tints of Oxley #66AD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.59%

R = 25.37%
G = 43.03%
B = 31.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#66AD7F (or 0x66AD7F) is known color: Oxley. HEX triplet: 66, AD and 7F. RGB value is (102,173,127). Sum of RGB (Red+Green+Blue) = 102+173+127=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AD7F is #995280. Grayscale: #929292. Windows color (decimal): -10048129 or 8367462. OLE color: 8367462.

HSL color Cylindrical-coordinate representation of color #66AD7F: hue angle of 141.13º 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 #66AD7F is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 173 127 -
CMYK 0.41 0 0.27 0.32
HSL 141.13º 0.3% 0.54% -
HSV(B) 141.13º 0.41% 0.68% -
XYZ 24.25 34.24 25.41 -
YUV 146.53 116.98 96.24 -
System Red Green Blue C M Y K H S L
Decimal 102 173 127 0.41 0 0.27 0.32 141.13 0.3 0.54
Hex 66 AD 7F 29 0 1B 20 8D 1E 36
Octal 146 255 177 51 0 33 40 215 36 66
Binary 1100110 10101101 1111111 101001 0 11011 100000 10001101 11110 110110

Color Harmonies of #66AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AD7F

Black with #66AD7F

Text Example


Text Example

White with #66AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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