#69A06E

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

Shades of Oxley #69A06E

Tints of Oxley #69A06E

Color information

#69A06E (or 0x69A06E) is unknown color: approx Oxley. HEX triplet: 69, A0 and 6E. RGB value is (105,160,110). Sum of RGB (Red+Green+Blue) = 105+160+110=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #69A06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A06E is #965F91. Grayscale: #8A8A8A. Windows color (decimal): -9854866 or 7250025. OLE color: 7250025.

HSL color Cylindrical-coordinate representation of color #69A06E: hue angle of 125.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69A06E is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB105160110-
CMYK0.3400.310.37
HSL125.45º22.45%51.96%-
HSV(B)125.45º34.38%62.75%-
XYZ21.2129.2719.28-
YUV137.85112.28104.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 160 (62.89% from 255) = 42.67%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=28%
G=42.67%
B=29.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1051601100.3400.310.37125.4522.4551.96
Hex69A06E2201F257d1634
Octal15124015642037451752664
Binary1101001101000001101110100010011111100101111110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,160,110); }

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

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

 a { background-color: rgb(105,160,110); }

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

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

 span { border-color: rgb(105,160,110); }

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