#68B752

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

Shades of Apple #68B752

Tints of Apple #68B752

Color information

#68B752 (or 0x68B752) is unknown color: approx Apple. HEX triplet: 68, B7 and 52. RGB value is (104,183,82). Sum of RGB (Red+Green+Blue) = 104+183+82=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #68B752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B752 is #9748AD. Grayscale: #949494. Windows color (decimal): -9914542 or 5420904. OLE color: 5420904.

HSL color Cylindrical-coordinate representation of color #68B752: hue angle of 106.93º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68B752 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB10418382-
CMYK0.4300.550.28
HSL106.93º41.22%51.96%-
HSV(B)106.93º55.19%71.76%-
XYZ24.1737.4213.93-
YUV147.8690.8396.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 183 (71.88% from 255) = 49.59%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=28.18%
G=49.59%
B=22.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104183820.4300.550.28106.9341.2251.96
Hex68B7522B0371C6b2934
Octal15026712253067341535164
Binary11010001011011110100101010110110111111001101011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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