#6BA051

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

Shades of Apple #6BA051

Tints of Apple #6BA051

Color information

#6BA051 (or 0x6BA051) is unknown color: approx Apple. HEX triplet: 6B, A0 and 51. RGB value is (107,160,81). Sum of RGB (Red+Green+Blue) = 107+160+81=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA051 is #945FAE. Grayscale: #878787. Windows color (decimal): -9723823 or 5349483. OLE color: 5349483.

HSL color Cylindrical-coordinate representation of color #6BA051: hue angle of 100.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BA051 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB10716081-
CMYK0.3300.490.37
HSL100.25º32.78%47.25%-
HSV(B)100.25º49.38%62.75%-
XYZ20.1228.8612.3-
YUV135.1597.44107.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.75%
GREEN value IS 160 (62.89% from 255) = 45.98%
BLUE value IS 81 (32.03% from 255) = 23.28%
R=30.75%
G=45.98%
B=23.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107160810.3300.490.37100.2532.7847.25
Hex6BA051210312564212f
Octal15324012141061451444157
Binary110101110100000101000110000101100011001011100100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,160,81); }

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

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

 a { background-color: rgb(107,160,81); }

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

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

 span { border-color: rgb(107,160,81); }

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