Html Css Color HEX #66AD7B Oxley

📋 copy color: '#66AD7B'

red 102 ◦ green 173 ◦ blue 123

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

Shades of Oxley #66AD7B

Tints of Oxley #66AD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.9%

R = 25.63%
G = 43.47%
B = 30.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#66AD7B (or 0x66AD7B) is known color: Oxley. HEX triplet: 66, AD and 7B. RGB value is (102,173,123). Sum of RGB (Red+Green+Blue) = 102+173+123=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AD7B is #995284. Grayscale: #929292. Windows color (decimal): -10048133 or 8105318. OLE color: 8105318.

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

Color convert

RGB 102 173 123 -
CMYK 0.41 0 0.29 0.32
HSL 137.75º 0.3% 0.54% -
HSV(B) 137.75º 0.41% 0.68% -
XYZ 24 34.14 24.06 -
YUV 146.07 114.98 96.57 -
System Red Green Blue C M Y K H S L
Decimal 102 173 123 0.41 0 0.29 0.32 137.75 0.3 0.54
Hex 66 AD 7B 29 0 1D 20 8A 1E 36
Octal 146 255 173 51 0 35 40 212 36 66
Binary 1100110 10101101 1111011 101001 0 11101 100000 10001010 11110 110110

Color Harmonies of #66AD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AD7B

Black with #66AD7B

Text Example


Text Example

White with #66AD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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