#69AB7B

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

Shades of Oxley #69AB7B

Tints of Oxley #69AB7B

Color information

#69AB7B (or 0x69AB7B) is unknown color: approx Oxley. HEX triplet: 69, AB and 7B. RGB value is (105,171,123). Sum of RGB (Red+Green+Blue) = 105+171+123=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AB7B is #965484. Grayscale: #919191. Windows color (decimal): -9852037 or 8104809. OLE color: 8104809.

HSL color Cylindrical-coordinate representation of color #69AB7B: hue angle of 136.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AB7B is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB105171123-
CMYK0.3900.280.33
HSL136.36º28.21%54.12%-
HSV(B)136.36º38.6%67.06%-
XYZ23.9633.5623.95-
YUV145.79115.1398.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=26.32%
G=42.86%
B=30.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051711230.3900.280.33136.3628.2154.12
Hex69AB7B2701C21881c36
Octal15125317347034412103466
Binary11010011010101111110111001110111001000011000100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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