#68BA2F

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

Shades of Apple #68BA2F

Tints of Apple #68BA2F

Color information

#68BA2F (or 0x68BA2F) is unknown color: approx Apple. HEX triplet: 68, BA and 2F. RGB value is (104,186,47). Sum of RGB (Red+Green+Blue) = 104+186+47=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BA2F is #9745D0. Grayscale: #929292. Windows color (decimal): -9913809 or 3127912. OLE color: 3127912.

HSL color Cylindrical-coordinate representation of color #68BA2F: hue angle of 95.4º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68BA2F is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB10418647-
CMYK0.4400.750.27
HSL95.4º59.66%45.69%-
HSV(B)95.4º74.73%72.94%-
XYZ23.7838.278.82-
YUV145.6472.3398.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 186 (73.05% from 255) = 55.19%
BLUE value IS 47 (18.75% from 255) = 13.95%
R=30.86%
G=55.19%
B=13.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104186470.4400.750.2795.459.6645.69
Hex68BA2F2C04B1B5f3c2e
Octal15027257540113331377456
Binary11010001011101010111110110001001011110111011111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,186,47); }

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

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

 a { background-color: rgb(104,186,47); }

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

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

 span { border-color: rgb(104,186,47); }

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