#6FBA46

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

Shades of Apple #6FBA46

Tints of Apple #6FBA46

Color information

#6FBA46 (or 0x6FBA46) is unknown color: approx Apple. HEX triplet: 6F, BA and 46. RGB value is (111,186,70). Sum of RGB (Red+Green+Blue) = 111+186+70=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBA46 is #9045B9. Grayscale: #969696. Windows color (decimal): -9455034 or 4635247. OLE color: 4635247.

HSL color Cylindrical-coordinate representation of color #6FBA46: hue angle of 98.79º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6FBA46 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB11118670-
CMYK0.4000.620.27
HSL98.79º45.67%50.2%-
HSV(B)98.79º62.37%72.94%-
XYZ25.2238.9411.98-
YUV150.3582.6599.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.25%
GREEN value IS 186 (73.05% from 255) = 50.68%
BLUE value IS 70 (27.73% from 255) = 19.07%
R=30.25%
G=50.68%
B=19.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111186700.4000.620.2798.7945.6750.2
Hex6FBA462803E1B632e32
Octal15727210650076331435662
Binary11011111011101010001101010000111110110111100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,186,70); }

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

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

 a { background-color: rgb(111,186,70); }

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

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

 span { border-color: rgb(111,186,70); }

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