#68AF58

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

Shades of Apple #68AF58

Tints of Apple #68AF58

Color information

#68AF58 (or 0x68AF58) is unknown color: approx Apple. HEX triplet: 68, AF and 58. RGB value is (104,175,88). Sum of RGB (Red+Green+Blue) = 104+175+88=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF58 is #9750A7. Grayscale: #909090. Windows color (decimal): -9916584 or 5812072. OLE color: 5812072.

HSL color Cylindrical-coordinate representation of color #68AF58: hue angle of 108.97º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68AF58 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB10417588-
CMYK0.4100.500.31
HSL108.97º35.22%51.57%-
HSV(B)108.97º49.71%68.63%-
XYZ22.834.3114.65-
YUV143.8596.4899.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.34%
GREEN value IS 175 (68.75% from 255) = 47.68%
BLUE value IS 88 (34.77% from 255) = 23.98%
R=28.34%
G=47.68%
B=23.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104175880.4100.500.31108.9735.2251.57
Hex68AF58290321F6d2334
Octal15025713051062371554364
Binary11010001010111110110001010010110010111111101101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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