#68B82F

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

Shades of Apple #68B82F

Tints of Apple #68B82F

Color information

#68B82F (or 0x68B82F) is unknown color: approx Apple. HEX triplet: 68, B8 and 2F. RGB value is (104,184,47). Sum of RGB (Red+Green+Blue) = 104+184+47=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #68B82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B82F is #9747D0. Grayscale: #909090. Windows color (decimal): -9914321 or 3127400. OLE color: 3127400.

HSL color Cylindrical-coordinate representation of color #68B82F: hue angle of 95.04º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68B82F is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB10418447-
CMYK0.4300.740.28
HSL95.04º59.31%45.29%-
HSV(B)95.04º74.46%72.16%-
XYZ23.3637.438.68-
YUV144.467399.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 184 (72.27% from 255) = 54.93%
BLUE value IS 47 (18.75% from 255) = 14.03%
R=31.04%
G=54.93%
B=14.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104184470.4300.740.2895.0459.3145.29
Hex68B82F2B04A1C5f3b2d
Octal15027057530112341377355
Binary11010001011100010111110101101001010111001011111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,184,47); }

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

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

 a { background-color: rgb(104,184,47); }

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

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

 span { border-color: rgb(104,184,47); }

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