#68A580

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

Shades of Oxley #68A580

Tints of Oxley #68A580

Color information

#68A580 (or 0x68A580) is unknown color: approx Oxley. HEX triplet: 68, A5 and 80. RGB value is (104,165,128). Sum of RGB (Red+Green+Blue) = 104+165+128=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #68A580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A580 is #975A7F. Grayscale: #8E8E8E. Windows color (decimal): -9919104 or 8430952. OLE color: 8430952.

HSL color Cylindrical-coordinate representation of color #68A580: hue angle of 143.61º 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 #68A580 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB104165128-
CMYK0.3700.220.35
HSL143.61º25.31%52.75%-
HSV(B)143.61º36.97%64.71%-
XYZ23.0631.4125.27-
YUV142.54119.79100.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 165 (64.84% from 255) = 41.56%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=26.20%
G=41.56%
B=32.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041651280.3700.220.35143.6125.3152.75
Hex68A5802501623901935
Octal15024520045026432203165
Binary110100010100101100000001001010101101000111001000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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