#68BB2F

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

Shades of Apple #68BB2F

Tints of Apple #68BB2F

Color information

#68BB2F (or 0x68BB2F) is unknown color: approx Apple. HEX triplet: 68, BB and 2F. RGB value is (104,187,47). Sum of RGB (Red+Green+Blue) = 104+187+47=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BB2F is #9744D0. Grayscale: #929292. Windows color (decimal): -9913553 or 3128168. OLE color: 3128168.

HSL color Cylindrical-coordinate representation of color #68BB2F: hue angle of 95.57º 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 #68BB2F is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB10418747-
CMYK0.4400.750.27
HSL95.57º59.83%45.88%-
HSV(B)95.57º74.87%73.33%-
XYZ23.9938.698.89-
YUV146.227297.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 187 (73.44% from 255) = 55.33%
BLUE value IS 47 (18.75% from 255) = 13.91%
R=30.77%
G=55.33%
B=13.91%

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
Decimal104187470.4400.750.2795.5759.8345.88
Hex68BB2F2C04B1B603c2e
Octal15027357540113331407456
Binary11010001011101110111110110001001011110111100000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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