Html Css Color HEX #66AF7C Oxley

📋 copy color: '#66AF7C'

red 102 ◦ green 175 ◦ blue 124

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

Shades of Oxley #66AF7C

Tints of Oxley #66AF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.64%

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 25.44%
G = 43.64%
B = 30.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#66AF7C (or 0x66AF7C) is known color: Oxley. HEX triplet: 66, AF and 7C. RGB value is (102,175,124). Sum of RGB (Red+Green+Blue) = 102+175+124=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF7C is #995083. Grayscale: #939393. Windows color (decimal): -10047620 or 8171366. OLE color: 8171366.

HSL color Cylindrical-coordinate representation of color #66AF7C: hue angle of 138.08º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF7C is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 175 124 -
CMYK 0.42 0 0.29 0.31
HSL 138.08º 0.31% 0.54% -
HSV(B) 138.08º 0.42% 0.69% -
XYZ 24.45 34.94 24.52 -
YUV 147.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 102 175 124 0.42 0 0.29 0.31 138.08 0.31 0.54
Hex 66 AF 7C 2A 0 1D 1F 8A 1F 36
Octal 146 257 174 52 0 35 37 212 37 66
Binary 1100110 10101111 1111100 101010 0 11101 11111 10001010 11111 110110

Color Harmonies of #66AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AF7C

Black with #66AF7C

Text Example


Text Example

White with #66AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,175,124); }

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

background-color css

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

 a { background-color: rgb(102,175,124); }

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

border-color css

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

 span { border-color: rgb(102,175,124); }

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