#69937C

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

Shades of Oxley #69937C

Tints of Oxley #69937C

Color information

#69937C (or 0x69937C) is unknown color: approx Oxley. HEX triplet: 69, 93 and 7C. RGB value is (105,147,124). Sum of RGB (Red+Green+Blue) = 105+147+124=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #69937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69937C is #966C83. Grayscale: #838383. Windows color (decimal): -9858180 or 8164201. OLE color: 8164201.

HSL color Cylindrical-coordinate representation of color #69937C: hue angle of 147.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69937C is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB105147124-
CMYK0.2900.160.42
HSL147.14º16.67%49.41%-
HSV(B)147.14º28.57%57.65%-
XYZ19.925.3322.91-
YUV131.82123.59108.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=27.93%
G=39.10%
B=32.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471240.2900.160.42147.1416.6749.41
Hex69937C1D0102A931131
Octal15122317435020522232161
Binary1101001100100111111100111010100001010101001001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69937C; }

 p { color: rgb(105,147,124); }

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

<style>
 a { background-color: #69937C; }

 a { background-color: rgb(105,147,124); }

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

<style>
 span { border-color: #69937C; }

 span { border-color: rgb(105,147,124); }

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