#68B732

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

Shades of Apple #68B732

Tints of Apple #68B732

Color information

#68B732 (or 0x68B732) is unknown color: approx Apple. HEX triplet: 68, B7 and 32. RGB value is (104,183,50). Sum of RGB (Red+Green+Blue) = 104+183+50=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #68B732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B732 is #9748CD. Grayscale: #909090. Windows color (decimal): -9914574 or 3323752. OLE color: 3323752.

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

Color convert

RGB10418350-
CMYK0.4300.730.28
HSL95.64º57.08%45.69%-
HSV(B)95.64º72.68%71.76%-
XYZ23.2237.048.94-
YUV144.2274.8399.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 183 (71.88% from 255) = 54.30%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=30.86%
G=54.30%
B=14.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104183500.4300.730.2895.6457.0845.69
Hex68B7322B0491C60392e
Octal15026762530111341407156
Binary11010001011011111001010101101001001111001100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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