Html Css Color HEX #66A46E Oxley

📋 copy color: '#66A46E'

red 102 ◦ green 164 ◦ blue 110

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

Shades of Oxley #66A46E

Tints of Oxley #66A46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.62%

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 27.13%
G = 43.62%
B = 29.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#66A46E (or 0x66A46E) is known color: Oxley. HEX triplet: 66, A4 and 6E. RGB value is (102,164,110). Sum of RGB (Red+Green+Blue) = 102+164+110=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #66A46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A46E is #995B91. Grayscale: #8B8B8B. Windows color (decimal): -10050450 or 7251046. OLE color: 7251046.

HSL color Cylindrical-coordinate representation of color #66A46E: hue angle of 127.74º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A46E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 164 110 -
CMYK 0.38 0 0.33 0.36
HSL 127.74º 0.25% 0.52% -
HSV(B) 127.74º 0.38% 0.64% -
XYZ 21.57 30.5 19.5 -
YUV 139.31 111.46 101.39 -
System Red Green Blue C M Y K H S L
Decimal 102 164 110 0.38 0 0.33 0.36 127.74 0.25 0.52
Hex 66 A4 6E 26 0 21 24 80 19 34
Octal 146 244 156 46 0 41 44 200 31 64
Binary 1100110 10100100 1101110 100110 0 100001 100100 10000000 11001 110100

Color Harmonies of #66A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A46E

Black with #66A46E

Text Example


Text Example

White with #66A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,164,110); }

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

background-color css

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

 a { background-color: rgb(102,164,110); }

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

border-color css

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

 span { border-color: rgb(102,164,110); }

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