#68B33C

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

Shades of Apple #68B33C

Tints of Apple #68B33C

Color information

#68B33C (or 0x68B33C) is unknown color: approx Apple. HEX triplet: 68, B3 and 3C. RGB value is (104,179,60). Sum of RGB (Red+Green+Blue) = 104+179+60=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #68B33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B33C is #974CC3. Grayscale: #8F8F8F. Windows color (decimal): -9915588 or 3978088. OLE color: 3978088.

HSL color Cylindrical-coordinate representation of color #68B33C: hue angle of 97.82º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68B33C is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB10417960-
CMYK0.4200.660.30
HSL97.82º49.79%46.86%-
HSV(B)97.82º66.48%70.2%-
XYZ22.6435.519.94-
YUV143.0181.15100.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 179 (70.31% from 255) = 52.19%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=30.32%
G=52.19%
B=17.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104179600.4200.660.3097.8249.7946.86
Hex68B33C2A0421E62322f
Octal15026374520102361426257
Binary11010001011001111110010101001000010111101100010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,179,60); }

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

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

 a { background-color: rgb(104,179,60); }

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

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

 span { border-color: rgb(104,179,60); }

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