#69A87B

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

Shades of Oxley #69A87B

Tints of Oxley #69A87B

Color information

#69A87B (or 0x69A87B) is unknown color: approx Oxley. HEX triplet: 69, A8 and 7B. RGB value is (105,168,123). Sum of RGB (Red+Green+Blue) = 105+168+123=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 168 - color contains mainly: green. Hex color #69A87B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A87B is #965784. Grayscale: #909090. Windows color (decimal): -9852805 or 8104041. OLE color: 8104041.

HSL color Cylindrical-coordinate representation of color #69A87B: hue angle of 137.14º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69A87B is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB105168123-
CMYK0.3800.270.34
HSL137.14º26.58%53.53%-
HSV(B)137.14º37.5%65.88%-
XYZ23.432.4423.77-
YUV144.03116.13100.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 168 (66.02% from 255) = 42.42%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=26.52%
G=42.42%
B=31.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051681230.3800.270.34137.1426.5853.53
Hex69A87B2601B22891b36
Octal15125017346033422113366
Binary11010011010100011110111001100110111000101000100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,168,123); }

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

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

 a { background-color: rgb(105,168,123); }

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

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

 span { border-color: rgb(105,168,123); }

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