#68C04A

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

Shades of Apple #68C04A

Tints of Apple #68C04A

Color information

#68C04A (or 0x68C04A) is unknown color: approx Apple. HEX triplet: 68, C0 and 4A. RGB value is (104,192,74). Sum of RGB (Red+Green+Blue) = 104+192+74=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #68C04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C04A is #973FB5. Grayscale: #989898. Windows color (decimal): -9912246 or 4898920. OLE color: 4898920.

HSL color Cylindrical-coordinate representation of color #68C04A: hue angle of 104.75º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68C04A is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB10419274-
CMYK0.4600.610.25
HSL104.75º48.36%52.16%-
HSV(B)104.75º61.46%75.29%-
XYZ25.7941.1413.06-
YUV152.2483.8593.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 192 (75.39% from 255) = 51.89%
BLUE value IS 74 (29.30% from 255) = 20%
R=28.11%
G=51.89%
B=20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104192740.4600.610.25104.7548.3652.16
Hex68C04A2E03D19693034
Octal15030011256075311516064
Binary11010001100000010010101011100111101110011101001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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