#68B338

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

Shades of Apple #68B338

Tints of Apple #68B338

Color information

#68B338 (or 0x68B338) is unknown color: approx Apple. HEX triplet: 68, B3 and 38. RGB value is (104,179,56). Sum of RGB (Red+Green+Blue) = 104+179+56=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #68B338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B338 is #974CC7. Grayscale: #8E8E8E. Windows color (decimal): -9915592 or 3715944. OLE color: 3715944.

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

Color convert

RGB10417956-
CMYK0.4200.690.30
HSL96.59º52.34%46.08%-
HSV(B)96.59º68.72%70.2%-
XYZ22.5435.479.4-
YUV142.5579.15100.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 179 (70.31% from 255) = 52.80%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=30.68%
G=52.80%
B=16.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104179560.4200.690.3096.5952.3446.08
Hex68B3382A0451E61342e
Octal15026370520105361416456
Binary11010001011001111100010101001000101111101100001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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