#69A37A

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

Shades of Oxley #69A37A

Tints of Oxley #69A37A

Color information

#69A37A (or 0x69A37A) is unknown color: approx Oxley. HEX triplet: 69, A3 and 7A. RGB value is (105,163,122). Sum of RGB (Red+Green+Blue) = 105+163+122=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #69A37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A37A is #965C85. Grayscale: #8D8D8D. Windows color (decimal): -9854086 or 8037225. OLE color: 8037225.

HSL color Cylindrical-coordinate representation of color #69A37A: hue angle of 137.59º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A37A is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB105163122-
CMYK0.3600.250.36
HSL137.59º23.97%52.55%-
HSV(B)137.59º35.58%63.92%-
XYZ22.4430.623.14-
YUV140.98117.28102.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 163 (64.06% from 255) = 41.79%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=26.92%
G=41.79%
B=31.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051631220.3600.250.36137.5923.9752.55
Hex69A37A24019248a1835
Octal15124317244031442123065
Binary11010011010001111110101001000110011001001000101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,163,122); }

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

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

 a { background-color: rgb(105,163,122); }

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

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

 span { border-color: rgb(105,163,122); }

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