#68B33A

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

Shades of Apple #68B33A

Tints of Apple #68B33A

Color information

#68B33A (or 0x68B33A) is unknown color: approx Apple. HEX triplet: 68, B3 and 3A. RGB value is (104,179,58). Sum of RGB (Red+Green+Blue) = 104+179+58=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #68B33A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B33A is #974CC5. Grayscale: #8F8F8F. Windows color (decimal): -9915590 or 3847016. OLE color: 3847016.

HSL color Cylindrical-coordinate representation of color #68B33A: hue angle of 97.19º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68B33A is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB10417958-
CMYK0.4200.680.30
HSL97.19º51.05%46.47%-
HSV(B)97.19º67.6%70.2%-
XYZ22.5935.499.66-
YUV142.7880.15100.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 179 (70.31% from 255) = 52.49%
BLUE value IS 58 (23.05% from 255) = 17.01%
R=30.50%
G=52.49%
B=17.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104179580.4200.680.3097.1951.0546.47
Hex68B33A2A0441E61332e
Octal15026372520104361416356
Binary11010001011001111101010101001000100111101100001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,179,58); }

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

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

 a { background-color: rgb(104,179,58); }

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

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

 span { border-color: rgb(104,179,58); }

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