#6FB250

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

Shades of Apple #6FB250

Tints of Apple #6FB250

Color information

#6FB250 (or 0x6FB250) is unknown color: approx Apple. HEX triplet: 6F, B2 and 50. RGB value is (111,178,80). Sum of RGB (Red+Green+Blue) = 111+178+80=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB250 is #904DAF. Grayscale: #939393. Windows color (decimal): -9457072 or 5288559. OLE color: 5288559.

HSL color Cylindrical-coordinate representation of color #6FB250: hue angle of 101.02º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FB250 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB11117880-
CMYK0.3800.550.30
HSL101.02º38.89%50.59%-
HSV(B)101.02º55.06%69.8%-
XYZ23.9235.813.24-
YUV146.7990.3102.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.08%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=30.08%
G=48.24%
B=21.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111178800.3800.550.30101.0238.8950.59
Hex6FB250260371E652733
Octal15726212046067361454763
Binary11011111011001010100001001100110111111101100101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,178,80); }

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

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

 a { background-color: rgb(111,178,80); }

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

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

 span { border-color: rgb(111,178,80); }

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