#68927B

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

Shades of Oxley #68927B

Tints of Oxley #68927B

Color information

#68927B (or 0x68927B) is unknown color: approx Oxley. HEX triplet: 68, 92 and 7B. RGB value is (104,146,123). Sum of RGB (Red+Green+Blue) = 104+146+123=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #68927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68927B is #976D84. Grayscale: #828282. Windows color (decimal): -9923973 or 8098408. OLE color: 8098408.

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

Color convert

RGB104146123-
CMYK0.2900.160.43
HSL147.14º16.8%49.02%-
HSV(B)147.14º28.77%57.25%-
XYZ19.5624.9322.52-
YUV130.82123.59108.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 146 (57.42% from 255) = 39.14%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=27.88%
G=39.14%
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.43
SystemRedGreenBlueCMYKHSL
Decimal1041461230.2900.160.43147.1416.849.02
Hex68927B1D0102B931131
Octal15022217335020532232161
Binary1101000100100101111011111010100001010111001001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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