#68A578

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

Shades of Oxley #68A578

Tints of Oxley #68A578

Color information

#68A578 (or 0x68A578) is unknown color: approx Oxley. HEX triplet: 68, A5 and 78. RGB value is (104,165,120). Sum of RGB (Red+Green+Blue) = 104+165+120=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #68A578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A578 is #975A87. Grayscale: #8D8D8D. Windows color (decimal): -9919112 or 7906664. OLE color: 7906664.

HSL color Cylindrical-coordinate representation of color #68A578: hue angle of 135.74º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A578 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB104165120-
CMYK0.3700.270.35
HSL135.74º25.31%52.75%-
HSV(B)135.74º36.97%64.71%-
XYZ22.5531.2122.6-
YUV141.63115.79101.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 165 (64.84% from 255) = 42.42%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=26.74%
G=42.42%
B=30.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041651200.3700.270.35135.7425.3152.75
Hex68A5782501B23881935
Octal15024517045033432103165
Binary11010001010010111110001001010110111000111000100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A578; }

 p { color: rgb(104,165,120); }

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

<style>
 a { background-color: #68A578; }

 a { background-color: rgb(104,165,120); }

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

<style>
 span { border-color: #68A578; }

 span { border-color: rgb(104,165,120); }

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