#68BA52

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

Shades of Apple #68BA52

Tints of Apple #68BA52

Color information

#68BA52 (or 0x68BA52) is unknown color: approx Apple. HEX triplet: 68, BA and 52. RGB value is (104,186,82). Sum of RGB (Red+Green+Blue) = 104+186+82=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA52 is #9745AD. Grayscale: #959595. Windows color (decimal): -9913774 or 5421672. OLE color: 5421672.

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

Color convert

RGB10418682-
CMYK0.4400.560.27
HSL107.31º42.98%52.55%-
HSV(B)107.31º55.91%72.94%-
XYZ24.7938.6714.14-
YUV149.6389.8395.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 186 (73.05% from 255) = 50%
BLUE value IS 82 (32.42% from 255) = 22.04%
R=27.96%
G=50%
B=22.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104186820.4400.560.27107.3142.9852.55
Hex68BA522C0381B6b2b35
Octal15027212254070331535365
Binary11010001011101010100101011000111000110111101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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