#68B541

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

Shades of Apple #68B541

Tints of Apple #68B541

Color information

#68B541 (or 0x68B541) is unknown color: approx Apple. HEX triplet: 68, B5 and 41. RGB value is (104,181,65). Sum of RGB (Red+Green+Blue) = 104+181+65=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #68B541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B541 is #974ABE. Grayscale: #919191. Windows color (decimal): -9915071 or 4306280. OLE color: 4306280.

HSL color Cylindrical-coordinate representation of color #68B541: hue angle of 99.83º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68B541 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB10418165-
CMYK0.4300.640.29
HSL99.83º47.15%48.24%-
HSV(B)99.83º64.09%70.98%-
XYZ23.1936.3710.8-
YUV144.7582.9998.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 181 (71.09% from 255) = 51.71%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=29.71%
G=51.71%
B=18.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104181650.4300.640.2999.8347.1548.24
Hex68B5412B0401D642f30
Octal150265101530100351445760
Binary110100010110101100000110101101000000111011100100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,181,65); }

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

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

 a { background-color: rgb(104,181,65); }

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

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

 span { border-color: rgb(104,181,65); }

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