#69ac7a

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

Shades of Oxley #69AC7A

Tints of Oxley #69AC7A

Color information

#69AC7A (or 0x69AC7A) is unknown color: approx Oxley. HEX triplet: 69, AC and 7A. RGB value is (105,172,122). Sum of RGB (Red+Green+Blue) = 105+172+122=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AC7A is #965385. Grayscale: #929292. Windows color (decimal): -9851782 or 8039529. OLE color: 8039529.

HSL color Cylindrical-coordinate representation of color #69AC7A: hue angle of 135.22º 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 #69AC7A is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB105172122-
CMYK0.3900.290.33
HSL135.22º28.76%54.31%-
HSV(B)135.22º38.95%67.45%-
XYZ24.0933.9123.69-
YUV146.27114.398.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=26.32%
G=43.11%
B=30.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721220.3900.290.33135.2228.7654.31
Hex69AC7A2701D21871d36
Octal15125417247035412073566
Binary11010011010110011110101001110111011000011000011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ac7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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