Html Css Color HEX #66AC7D Oxley

📋 copy color: '#66AC7D'

red 102 ◦ green 172 ◦ blue 125

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

Shades of Oxley #66AC7D

Tints of Oxley #66AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.11%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 25.56%
G = 43.11%
B = 31.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#66AC7D (or 0x66AC7D) is known color: Oxley. HEX triplet: 66, AC and 7D. RGB value is (102,172,125). Sum of RGB (Red+Green+Blue) = 102+172+125=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC7D is #995382. Grayscale: #919191. Windows color (decimal): -10048387 or 8236134. OLE color: 8236134.

HSL color Cylindrical-coordinate representation of color #66AC7D: hue angle of 139.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AC7D is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 172 125 -
CMYK 0.41 0 0.27 0.33
HSL 139.71º 0.3% 0.54% -
HSV(B) 139.71º 0.41% 0.67% -
XYZ 23.93 33.81 24.67 -
YUV 145.71 116.31 96.82 -
System Red Green Blue C M Y K H S L
Decimal 102 172 125 0.41 0 0.27 0.33 139.71 0.3 0.54
Hex 66 AC 7D 29 0 1B 21 8C 1E 36
Octal 146 254 175 51 0 33 41 214 36 66
Binary 1100110 10101100 1111101 101001 0 11011 100001 10001100 11110 110110

Color Harmonies of #66AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AC7D

Black with #66AC7D

Text Example


Text Example

White with #66AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,172,125); }

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

background-color css

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

 a { background-color: rgb(102,172,125); }

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

border-color css

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

 span { border-color: rgb(102,172,125); }

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