#68A571

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

Shades of Oxley #68A571

Tints of Oxley #68A571

Color information

#68A571 (or 0x68A571) is unknown color: approx Oxley. HEX triplet: 68, A5 and 71. RGB value is (104,165,113). Sum of RGB (Red+Green+Blue) = 104+165+113=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #68A571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A571 is #975A8E. Grayscale: #8C8C8C. Windows color (decimal): -9919119 or 7447912. OLE color: 7447912.

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

Color convert

RGB104165113-
CMYK0.3700.320.35
HSL128.85º25.31%52.75%-
HSV(B)128.85º36.97%64.71%-
XYZ22.1431.0520.45-
YUV140.83112.29101.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.23%
GREEN value IS 165 (64.84% from 255) = 43.19%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=27.23%
G=43.19%
B=29.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041651130.3700.320.35128.8525.3152.75
Hex68A5712502023811935
Octal15024516145040432013165
Binary110100010100101111000110010101000001000111000000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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