Html Css Color HEX #66A87F Oxley

📋 copy color: '#66A87F'

red 102 ◦ green 168 ◦ blue 127

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

Shades of Oxley #66A87F

Tints of Oxley #66A87F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

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

R = 25.69%
G = 42.32%
B = 31.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#66A87F (or 0x66A87F) is known color: Oxley. HEX triplet: 66, A8 and 7F. RGB value is (102,168,127). Sum of RGB (Red+Green+Blue) = 102+168+127=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #66A87F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A87F is #995780. Grayscale: #8F8F8F. Windows color (decimal): -10049409 or 8366182. OLE color: 8366182.

HSL color Cylindrical-coordinate representation of color #66A87F: hue angle of 142.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A87F is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 168 127 -
CMYK 0.39 0 0.24 0.34
HSL 142.73º 0.28% 0.53% -
HSV(B) 142.73º 0.39% 0.66% -
XYZ 23.31 32.36 25.1 -
YUV 143.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 102 168 127 0.39 0 0.24 0.34 142.73 0.28 0.53
Hex 66 A8 7F 27 0 18 22 8F 1C 35
Octal 146 250 177 47 0 30 42 217 34 65
Binary 1100110 10101000 1111111 100111 0 11000 100010 10001111 11100 110101

Color Harmonies of #66A87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A87F

Black with #66A87F

Text Example


Text Example

White with #66A87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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