#69AC7C

Color #69AC7C Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #69AC7C

Tints of Oxley #69AC7C

Color information

#69AC7C (or 0x69AC7C) is unknown color: approx Oxley. HEX triplet: 69, AC and 7C. RGB value is (105,172,124). Sum of RGB (Red+Green+Blue) = 105+172+124=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AC7C is #965383. Grayscale: #929292. Windows color (decimal): -9851780 or 8170601. OLE color: 8170601.

HSL color Cylindrical-coordinate representation of color #69AC7C: hue angle of 137.01º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AC7C is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB105172124-
CMYK0.3900.280.33
HSL137.01º28.76%54.31%-
HSV(B)137.01º38.95%67.45%-
XYZ24.2233.9624.35-
YUV146.5115.398.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 172 (67.58% from 255) = 42.89%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=26.18%
G=42.89%
B=30.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721240.3900.280.33137.0128.7654.31
Hex69AC7C2701C21891d36
Octal15125417447034412113566
Binary11010011010110011111001001110111001000011000100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69AC7C; }

 p { color: rgb(105,172,124); }

 H1.HeaderClassName
 {
   color: #69AC7C;
 }
 .AnyTagClassName
 {
   color: #69AC7C;
 }
</style>
background-color css

<style>
 a { background-color: #69AC7C; }

 a { background-color: rgb(105,172,124); }

 div.DivClassName
 {
   background-color: #69AC7C;
 }
 .BgClassName
 {
   background-color: #69AC7C;
 }
</style>
border-color css

<style>
 span { border-color: #69AC7C; }

 span { border-color: rgb(105,172,124); }

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