#68957B

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

Shades of Oxley #68957B

Tints of Oxley #68957B

Color information

#68957B (or 0x68957B) is unknown color: approx Oxley. HEX triplet: 68, 95 and 7B. RGB value is (104,149,123). Sum of RGB (Red+Green+Blue) = 104+149+123=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #68957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68957B is #976A84. Grayscale: #848484. Windows color (decimal): -9923205 or 8099176. OLE color: 8099176.

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

Color convert

RGB104149123-
CMYK0.3000.170.42
HSL145.33º17.79%49.61%-
HSV(B)145.33º30.2%58.43%-
XYZ20.0325.8722.68-
YUV132.58122.59107.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=27.66%
G=39.63%
B=32.71%

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
Decimal1041491230.3000.170.42145.3317.7949.61
Hex68957B1E0112A911232
Octal15022517336021522212262
Binary1101000100101011111011111100100011010101001000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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