#68967B

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

Shades of Oxley #68967B

Tints of Oxley #68967B

Color information

#68967B (or 0x68967B) is unknown color: approx Oxley. HEX triplet: 68, 96 and 7B. RGB value is (104,150,123). Sum of RGB (Red+Green+Blue) = 104+150+123=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #68967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68967B is #976984. Grayscale: #858585. Windows color (decimal): -9922949 or 8099432. OLE color: 8099432.

HSL color Cylindrical-coordinate representation of color #68967B: hue angle of 144.78º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68967B is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB104150123-
CMYK0.3100.180.41
HSL144.78º18.11%49.8%-
HSV(B)144.78º30.67%58.82%-
XYZ20.1926.1922.73-
YUV133.17122.26107.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=27.59%
G=39.79%
B=32.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041501230.3100.180.41144.7818.1149.8
Hex68967B1F01229911232
Octal15022617337022512212262
Binary1101000100101101111011111110100101010011001000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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