#6AB148

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

Shades of Apple #6AB148

Tints of Apple #6AB148

Color information

#6AB148 (or 0x6AB148) is unknown color: approx Apple. HEX triplet: 6A, B1 and 48. RGB value is (106,177,72). Sum of RGB (Red+Green+Blue) = 106+177+72=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB148 is #954EB7. Grayscale: #909090. Windows color (decimal): -9785016 or 4764010. OLE color: 4764010.

HSL color Cylindrical-coordinate representation of color #6AB148: hue angle of 100.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AB148 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB10617772-
CMYK0.4000.590.31
HSL100.57º42.17%48.82%-
HSV(B)100.57º59.32%69.41%-
XYZ22.8434.9811.68-
YUV143.887.48101.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.86%
GREEN value IS 177 (69.53% from 255) = 49.86%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=29.86%
G=49.86%
B=20.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106177720.4000.590.31100.5742.1748.82
Hex6AB1482803B1F652a31
Octal15226111050073371455261
Binary11010101011000110010001010000111011111111100101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AB148; }

 p { color: rgb(106,177,72); }

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

<style>
 a { background-color: #6AB148; }

 a { background-color: rgb(106,177,72); }

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

<style>
 span { border-color: #6AB148; }

 span { border-color: rgb(106,177,72); }

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