#68D746

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

Shades of Apple #68D746

Tints of Apple #68D746

Color information

#68D746 (or 0x68D746) is unknown color: approx Apple. HEX triplet: 68, D7 and 46. RGB value is (104,215,70). Sum of RGB (Red+Green+Blue) = 104+215+70=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 215 (84.38% from 255 or 55.27% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 215 - color contains mainly: green. Hex color #68D746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D746 is #9728B9. Grayscale: #A5A5A5. Windows color (decimal): -9906362 or 4642664. OLE color: 4642664.

HSL color Cylindrical-coordinate representation of color #68D746: hue angle of 105.93º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68D746 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB10421570-
CMYK0.5200.670.16
HSL105.93º64.44%55.88%-
HSV(B)105.93º67.44%84.31%-
XYZ31.1151.9914.19-
YUV165.2874.2384.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 215 (84.38% from 255) = 55.27%
BLUE value IS 70 (27.73% from 255) = 17.99%
R=26.74%
G=55.27%
B=17.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal104215700.5200.670.16105.9364.4455.88
Hex68D74634043106a4038
Octal1503271066401032015210070
Binary1101000110101111000110110100010000111000011010101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,215,70); }

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

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

 a { background-color: rgb(104,215,70); }

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

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

 span { border-color: rgb(104,215,70); }

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