Html Css Color HEX #66A672 Oxley

📋 copy color: '#66A672'

red 102 ◦ green 166 ◦ blue 114

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

Shades of Oxley #66A672

Tints of Oxley #66A672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.84%

R = 26.7%
G = 43.46%
B = 29.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#66A672 (or 0x66A672) is known color: Oxley. HEX triplet: 66, A6 and 72. RGB value is (102,166,114). Sum of RGB (Red+Green+Blue) = 102+166+114=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 166 - color contains mainly: green. Hex color #66A672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A672 is #99598D. Grayscale: #8D8D8D. Windows color (decimal): -10049934 or 7513702. OLE color: 7513702.

HSL color Cylindrical-coordinate representation of color #66A672: hue angle of 131.25º 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 #66A672 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 166 114 -
CMYK 0.39 0 0.31 0.35
HSL 131.25º 0.26% 0.53% -
HSV(B) 131.25º 0.39% 0.65% -
XYZ 22.15 31.31 20.8 -
YUV 140.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 102 166 114 0.39 0 0.31 0.35 131.25 0.26 0.53
Hex 66 A6 72 27 0 1F 23 83 1A 35
Octal 146 246 162 47 0 37 43 203 32 65
Binary 1100110 10100110 1110010 100111 0 11111 100011 10000011 11010 110101

Color Harmonies of #66A672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A672

Black with #66A672

Text Example


Text Example

White with #66A672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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