#68BF34

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

Shades of Apple #68BF34

Tints of Apple #68BF34

Color information

#68BF34 (or 0x68BF34) is unknown color: approx Apple. HEX triplet: 68, BF and 34. RGB value is (104,191,52). Sum of RGB (Red+Green+Blue) = 104+191+52=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BF34 is #9740CB. Grayscale: #959595. Windows color (decimal): -9912524 or 3456872. OLE color: 3456872.

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

Color convert

RGB10419152-
CMYK0.4600.730.25
HSL97.55º57.2%47.65%-
HSV(B)97.55º72.77%74.9%-
XYZ24.9640.459.74-
YUV149.1473.1895.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 191 (75% from 255) = 55.04%
BLUE value IS 52 (20.70% from 255) = 14.99%
R=29.97%
G=55.04%
B=14.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104191520.4600.730.2597.5557.247.65
Hex68BF342E04919623930
Octal15027764560111311427160
Binary11010001011111111010010111001001001110011100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,191,52); }

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

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

 a { background-color: rgb(104,191,52); }

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

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

 span { border-color: rgb(104,191,52); }

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