#69AD7C

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

Shades of Oxley #69AD7C

Tints of Oxley #69AD7C

Color information

#69AD7C (or 0x69AD7C) is unknown color: approx Oxley. HEX triplet: 69, AD and 7C. RGB value is (105,173,124). Sum of RGB (Red+Green+Blue) = 105+173+124=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD7C is #965283. Grayscale: #939393. Windows color (decimal): -9851524 or 8170857. OLE color: 8170857.

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

Color convert

RGB105173124-
CMYK0.3900.280.32
HSL136.76º29.31%54.51%-
HSV(B)136.76º39.31%67.84%-
XYZ24.4134.3524.41-
YUV147.08114.9797.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 173 (67.97% from 255) = 43.03%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=26.12%
G=43.03%
B=30.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051731240.3900.280.32136.7629.3154.51
Hex69AD7C2701C20891d37
Octal15125517447034402113567
Binary11010011010110111111001001110111001000001000100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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