#68937A

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

Shades of Oxley #68937A

Tints of Oxley #68937A

Color information

#68937A (or 0x68937A) is unknown color: approx Oxley. HEX triplet: 68, 93 and 7A. RGB value is (104,147,122). Sum of RGB (Red+Green+Blue) = 104+147+122=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #68937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68937A is #976C85. Grayscale: #838383. Windows color (decimal): -9923718 or 8033128. OLE color: 8033128.

HSL color Cylindrical-coordinate representation of color #68937A: hue angle of 145.12º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68937A is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB104147122-
CMYK0.2900.170.42
HSL145.12º17.13%49.22%-
HSV(B)145.12º29.25%57.65%-
XYZ19.6625.2222.24-
YUV131.29122.75108.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=27.88%
G=39.41%
B=32.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471220.2900.170.42145.1217.1349.22
Hex68937A1D0112A911131
Octal15022317235021522212161
Binary1101000100100111111010111010100011010101001000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68937A; }

 p { color: rgb(104,147,122); }

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

<style>
 a { background-color: #68937A; }

 a { background-color: rgb(104,147,122); }

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

<style>
 span { border-color: #68937A; }

 span { border-color: rgb(104,147,122); }

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