#68997A

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

Shades of Oxley #68997A

Tints of Oxley #68997A

Color information

#68997A (or 0x68997A) is unknown color: approx Oxley. HEX triplet: 68, 99 and 7A. RGB value is (104,153,122). Sum of RGB (Red+Green+Blue) = 104+153+122=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #68997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68997A is #976685. Grayscale: #868686. Windows color (decimal): -9922182 or 8034664. OLE color: 8034664.

HSL color Cylindrical-coordinate representation of color #68997A: hue angle of 142.04º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68997A is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB104153122-
CMYK0.3200.200.4
HSL142.04º19.37%50.39%-
HSV(B)142.04º32.03%60%-
XYZ20.6127.1322.56-
YUV134.82120.77106.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=27.44%
G=40.37%
B=32.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531220.3200.200.4142.0419.3750.39
Hex68997A20014288e1332
Octal15023117240024502162362
Binary11010001001100111110101000000101001010001000111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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