#69A27F

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

Shades of Oxley #69A27F

Tints of Oxley #69A27F

Color information

#69A27F (or 0x69A27F) is unknown color: approx Oxley. HEX triplet: 69, A2 and 7F. RGB value is (105,162,127). Sum of RGB (Red+Green+Blue) = 105+162+127=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #69A27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A27F is #965D80. Grayscale: #8D8D8D. Windows color (decimal): -9854337 or 8364649. OLE color: 8364649.

HSL color Cylindrical-coordinate representation of color #69A27F: hue angle of 143.16º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69A27F is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB105162127-
CMYK0.3500.220.36
HSL143.16º23.46%52.35%-
HSV(B)143.16º35.19%63.53%-
XYZ22.5830.3824.75-
YUV140.97120.12102.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.65%
GREEN value IS 162 (63.67% from 255) = 41.12%
BLUE value IS 127 (50% from 255) = 32.23%
R=26.65%
G=41.12%
B=32.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051621270.3500.220.36143.1623.4652.35
Hex69A27F23016248f1734
Octal15124217743026442172764
Binary11010011010001011111111000110101101001001000111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,162,127); }

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

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

 a { background-color: rgb(105,162,127); }

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

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

 span { border-color: rgb(105,162,127); }

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