#68917A

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

Shades of Oxley #68917A

Tints of Oxley #68917A

Color information

#68917A (or 0x68917A) is unknown color: approx Oxley. HEX triplet: 68, 91 and 7A. RGB value is (104,145,122). Sum of RGB (Red+Green+Blue) = 104+145+122=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #68917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68917A is #976E85. Grayscale: #828282. Windows color (decimal): -9924230 or 8032616. OLE color: 8032616.

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

Color convert

RGB104145122-
CMYK0.2800.160.43
HSL146.34º16.47%48.82%-
HSV(B)146.34º28.28%56.86%-
XYZ19.3524.622.14-
YUV130.12123.42109.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=28.03%
G=39.08%
B=32.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451220.2800.160.43146.3416.4748.82
Hex68917A1C0102B921031
Octal15022117234020532222061
Binary1101000100100011111010111000100001010111001001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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