#6BA546

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

Shades of Apple #6BA546

Tints of Apple #6BA546

Color information

#6BA546 (or 0x6BA546) is unknown color: approx Apple. HEX triplet: 6B, A5 and 46. RGB value is (107,165,70). Sum of RGB (Red+Green+Blue) = 107+165+70=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA546 is #945AB9. Grayscale: #898989. Windows color (decimal): -9722554 or 4629867. OLE color: 4629867.

HSL color Cylindrical-coordinate representation of color #6BA546: hue angle of 96.63º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BA546 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB10716570-
CMYK0.3500.580.35
HSL96.63º40.43%46.08%-
HSV(B)96.63º57.58%64.71%-
XYZ20.6230.4810.59-
YUV136.8390.28106.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.29%
GREEN value IS 165 (64.84% from 255) = 48.25%
BLUE value IS 70 (27.73% from 255) = 20.47%
R=31.29%
G=48.25%
B=20.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal107165700.3500.580.3596.6340.4346.08
Hex6BA5462303A2361282e
Octal15324510643072431415056
Binary110101110100101100011010001101110101000111100001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,165,70); }

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

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

 a { background-color: rgb(107,165,70); }

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

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

 span { border-color: rgb(107,165,70); }

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