#68AB38

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

Shades of Apple #68AB38

Tints of Apple #68AB38

Color information

#68AB38 (or 0x68AB38) is unknown color: approx Apple. HEX triplet: 68, AB and 38. RGB value is (104,171,56). Sum of RGB (Red+Green+Blue) = 104+171+56=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB38 is #9754C7. Grayscale: #8A8A8A. Windows color (decimal): -9917640 or 3713896. OLE color: 3713896.

HSL color Cylindrical-coordinate representation of color #68AB38: hue angle of 94.96º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68AB38 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB10417156-
CMYK0.3900.670.33
HSL94.96º50.66%44.51%-
HSV(B)94.96º67.25%67.06%-
XYZ20.9932.358.88-
YUV137.8681.8103.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 171 (67.19% from 255) = 51.66%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=31.42%
G=51.66%
B=16.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104171560.3900.670.3394.9650.6644.51
Hex68AB3827043215f332d
Octal15025370470103411376355
Binary110100010101011111000100111010000111000011011111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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