#68B131

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

Shades of Apple #68B131

Tints of Apple #68B131

Color information

#68B131 (or 0x68B131) is unknown color: approx Apple. HEX triplet: 68, B1 and 31. RGB value is (104,177,49). Sum of RGB (Red+Green+Blue) = 104+177+49=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #68B131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B131 is #974ECE. Grayscale: #8D8D8D. Windows color (decimal): -9916111 or 3256680. OLE color: 3256680.

HSL color Cylindrical-coordinate representation of color #68B131: hue angle of 94.22º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68B131 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB10417749-
CMYK0.4100.720.31
HSL94.22º56.64%44.31%-
HSV(B)94.22º72.32%69.41%-
XYZ21.9934.618.43-
YUV140.5876.32101.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 177 (69.53% from 255) = 53.64%
BLUE value IS 49 (19.53% from 255) = 14.85%
R=31.52%
G=53.64%
B=14.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104177490.4100.720.3194.2256.6444.31
Hex68B131290481F5e392c
Octal15026161510110371367154
Binary11010001011000111000110100101001000111111011110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,177,49); }

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

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

 a { background-color: rgb(104,177,49); }

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

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

 span { border-color: rgb(104,177,49); }

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