#69AF7E

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

Shades of Oxley #69AF7E

Tints of Oxley #69AF7E

Color information

#69AF7E (or 0x69AF7E) is unknown color: approx Oxley. HEX triplet: 69, AF and 7E. RGB value is (105,175,126). Sum of RGB (Red+Green+Blue) = 105+175+126=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF7E is #965081. Grayscale: #949494. Windows color (decimal): -9851010 or 8302441. OLE color: 8302441.

HSL color Cylindrical-coordinate representation of color #69AF7E: hue angle of 138º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AF7E is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB105175126-
CMYK0.4000.280.31
HSL138º30.43%54.9%-
HSV(B)138º40%68.63%-
XYZ24.9235.1725.21-
YUV148.48115.3196.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=25.86%
G=43.10%
B=31.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051751260.4000.280.3113830.4354.9
Hex69AF7E2801C1F8a1e37
Octal15125717650034372123667
Binary1101001101011111111110101000011100111111000101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,175,126); }

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

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

 a { background-color: rgb(105,175,126); }

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

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

 span { border-color: rgb(105,175,126); }

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