#6BA550

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

Shades of Apple #6BA550

Tints of Apple #6BA550

Color information

#6BA550 (or 0x6BA550) is unknown color: approx Apple. HEX triplet: 6B, A5 and 50. RGB value is (107,165,80). Sum of RGB (Red+Green+Blue) = 107+165+80=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA550 is #945AAF. Grayscale: #8A8A8A. Windows color (decimal): -9722544 or 5285227. OLE color: 5285227.

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

Color convert

RGB10716580-
CMYK0.3500.520.35
HSL100.94º34.69%48.04%-
HSV(B)100.94º51.52%64.71%-
XYZ20.9730.6212.39-
YUV137.9795.28105.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.40%
GREEN value IS 165 (64.84% from 255) = 46.88%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=30.40%
G=46.88%
B=22.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal107165800.3500.520.35100.9434.6948.04
Hex6BA5502303423652330
Octal15324512043064431454360
Binary110101110100101101000010001101101001000111100101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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