#68C94A

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

Shades of Apple #68C94A

Tints of Apple #68C94A

Color information

#68C94A (or 0x68C94A) is unknown color: approx Apple. HEX triplet: 68, C9 and 4A. RGB value is (104,201,74). Sum of RGB (Red+Green+Blue) = 104+201+74=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #68C94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C94A is #9736B5. Grayscale: #9D9D9D. Windows color (decimal): -9909942 or 4901224. OLE color: 4901224.

HSL color Cylindrical-coordinate representation of color #68C94A: hue angle of 105.83º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68C94A is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB10420174-
CMYK0.4800.630.21
HSL105.83º54.04%53.92%-
HSV(B)105.83º63.18%78.82%-
XYZ27.8345.2113.74-
YUV157.5280.8689.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 201 (78.91% from 255) = 53.03%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=27.44%
G=53.03%
B=19.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104201740.4800.630.21105.8354.0453.92
Hex68C94A3003F156a3636
Octal15031111260077251526666
Binary11010001100100110010101100000111111101011101010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,201,74); }

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

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

 a { background-color: rgb(104,201,74); }

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

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

 span { border-color: rgb(104,201,74); }

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