#69957C

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

Shades of Oxley #69957C

Tints of Oxley #69957C

Color information

#69957C (or 0x69957C) is unknown color: approx Oxley. HEX triplet: 69, 95 and 7C. RGB value is (105,149,124). Sum of RGB (Red+Green+Blue) = 105+149+124=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #69957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69957C is #966A83. Grayscale: #858585. Windows color (decimal): -9857668 or 8164713. OLE color: 8164713.

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

Color convert

RGB105149124-
CMYK0.3000.170.42
HSL145.91º17.32%49.8%-
HSV(B)145.91º29.53%58.43%-
XYZ20.2125.9523.01-
YUV132.99122.92108.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 149 (58.59% from 255) = 39.42%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=27.78%
G=39.42%
B=32.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051491240.3000.170.42145.9117.3249.8
Hex69957C1E0112A921132
Octal15122517436021522222162
Binary1101001100101011111100111100100011010101001001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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