#68AF52

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

Shades of Apple #68AF52

Tints of Apple #68AF52

Color information

#68AF52 (or 0x68AF52) is unknown color: approx Apple. HEX triplet: 68, AF and 52. RGB value is (104,175,82). Sum of RGB (Red+Green+Blue) = 104+175+82=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF52 is #9750AD. Grayscale: #8F8F8F. Windows color (decimal): -9916590 or 5418856. OLE color: 5418856.

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

Color convert

RGB10417582-
CMYK0.4100.530.31
HSL105.81º36.76%50.39%-
HSV(B)105.81º53.14%68.63%-
XYZ22.5634.2113.4-
YUV143.1793.48100.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 175 (68.75% from 255) = 48.48%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=28.81%
G=48.48%
B=22.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104175820.4100.530.31105.8136.7650.39
Hex68AF52290351F6a2532
Octal15025712251065371524562
Binary11010001010111110100101010010110101111111101010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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