#68B65D

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

Shades of Apple #68B65D

Tints of Apple #68B65D

Color information

#68B65D (or 0x68B65D) is unknown color: approx Apple. HEX triplet: 68, B6 and 5D. RGB value is (104,182,93). Sum of RGB (Red+Green+Blue) = 104+182+93=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #68B65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B65D is #9749A2. Grayscale: #949494. Windows color (decimal): -9914787 or 6141544. OLE color: 6141544.

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

Color convert

RGB10418293-
CMYK0.4300.490.29
HSL112.58º37.87%53.92%-
HSV(B)112.58º48.9%71.37%-
XYZ24.4137.1916.25-
YUV148.5396.6696.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 182 (71.48% from 255) = 48.02%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=27.44%
G=48.02%
B=24.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104182930.4300.490.29112.5837.8753.92
Hex68B65D2B0311D712636
Octal15026613553061351614666
Binary11010001011011010111011010110110001111011110001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,182,93); }

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

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

 a { background-color: rgb(104,182,93); }

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

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

 span { border-color: rgb(104,182,93); }

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