Html Css Color HEX #66A683 Oxley

📋 copy color: '#66A683'

red 102 ◦ green 166 ◦ blue 131

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

Shades of Oxley #66A683

Tints of Oxley #66A683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.6%

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 25.56%
G = 41.6%
B = 32.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#66A683 (or 0x66A683) is known color: Oxley. HEX triplet: 66, A6 and 83. RGB value is (102,166,131). Sum of RGB (Red+Green+Blue) = 102+166+131=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #66A683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A683 is #99597C. Grayscale: #8E8E8E. Windows color (decimal): -10049917 or 8627814. OLE color: 8627814.

HSL color Cylindrical-coordinate representation of color #66A683: hue angle of 147.19º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A683 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 166 131 -
CMYK 0.39 0 0.21 0.35
HSL 147.19º 0.26% 0.53% -
HSV(B) 147.19º 0.39% 0.65% -
XYZ 23.21 31.74 26.37 -
YUV 142.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 102 166 131 0.39 0 0.21 0.35 147.19 0.26 0.53
Hex 66 A6 83 27 0 15 23 93 1A 35
Octal 146 246 203 47 0 25 43 223 32 65
Binary 1100110 10100110 10000011 100111 0 10101 100011 10010011 11010 110101

Color Harmonies of #66A683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A683

Black with #66A683

Text Example


Text Example

White with #66A683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,166,131); }

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

background-color css

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

 a { background-color: rgb(102,166,131); }

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

border-color css

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

 span { border-color: rgb(102,166,131); }

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