#68B45A

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

Shades of Apple #68B45A

Tints of Apple #68B45A

Color information

#68B45A (or 0x68B45A) is unknown color: approx Apple. HEX triplet: 68, B4 and 5A. RGB value is (104,180,90). Sum of RGB (Red+Green+Blue) = 104+180+90=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #68B45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B45A is #974BA5. Grayscale: #939393. Windows color (decimal): -9915302 or 5944424. OLE color: 5944424.

HSL color Cylindrical-coordinate representation of color #68B45A: hue angle of 110.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68B45A is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB10418090-
CMYK0.4200.500.29
HSL110.67º37.5%52.94%-
HSV(B)110.67º50%70.59%-
XYZ23.8836.3215.43-
YUV147.0295.8297.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.81%
GREEN value IS 180 (70.70% from 255) = 48.13%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=27.81%
G=48.13%
B=24.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104180900.4200.500.29110.6737.552.94
Hex68B45A2A0321D6f2635
Octal15026413252062351574665
Binary11010001011010010110101010100110010111011101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,180,90); }

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

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

 a { background-color: rgb(104,180,90); }

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

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

 span { border-color: rgb(104,180,90); }

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