#68AB58

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

Shades of Apple #68AB58

Tints of Apple #68AB58

Color information

#68AB58 (or 0x68AB58) is unknown color: approx Apple. HEX triplet: 68, AB and 58. RGB value is (104,171,88). Sum of RGB (Red+Green+Blue) = 104+171+88=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB58 is #9754A7. Grayscale: #8D8D8D. Windows color (decimal): -9917608 or 5811048. OLE color: 5811048.

HSL color Cylindrical-coordinate representation of color #68AB58: hue angle of 108.43º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68AB58 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB10417188-
CMYK0.3900.490.33
HSL108.43º33.07%50.78%-
HSV(B)108.43º48.54%67.06%-
XYZ22.0332.7714.4-
YUV141.597.8101.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 171 (67.19% from 255) = 47.11%
BLUE value IS 88 (34.77% from 255) = 24.24%
R=28.65%
G=47.11%
B=24.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104171880.3900.490.33108.4333.0750.78
Hex68AB5827031216c2133
Octal15025313047061411544163
Binary110100010101011101100010011101100011000011101100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,171,88); }

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

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

 a { background-color: rgb(104,171,88); }

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

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

 span { border-color: rgb(104,171,88); }

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