#68957C

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

Shades of Oxley #68957C

Tints of Oxley #68957C

Color information

#68957C (or 0x68957C) is unknown color: approx Oxley. HEX triplet: 68, 95 and 7C. RGB value is (104,149,124). Sum of RGB (Red+Green+Blue) = 104+149+124=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #68957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68957C is #976A83. Grayscale: #848484. Windows color (decimal): -9923204 or 8164712. OLE color: 8164712.

HSL color Cylindrical-coordinate representation of color #68957C: hue angle of 146.67º degrees, saturation: 0.18, 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 #68957C is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB104149124-
CMYK0.3000.170.42
HSL146.67º17.79%49.61%-
HSV(B)146.67º30.2%58.43%-
XYZ20.0925.8923.01-
YUV132.7123.09107.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=27.59%
G=39.52%
B=32.89%

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
Decimal1041491240.3000.170.42146.6717.7949.61
Hex68957C1E0112A931232
Octal15022517436021522232262
Binary1101000100101011111100111100100011010101001001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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