#6FB45B

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

Shades of Apple #6FB45B

Tints of Apple #6FB45B

Color information

#6FB45B (or 0x6FB45B) is unknown color: approx Apple. HEX triplet: 6F, B4 and 5B. RGB value is (111,180,91). Sum of RGB (Red+Green+Blue) = 111+180+91=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB45B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB45B is #904BA4. Grayscale: #959595. Windows color (decimal): -9456549 or 6009967. OLE color: 6009967.

HSL color Cylindrical-coordinate representation of color #6FB45B: hue angle of 106.52º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FB45B is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB11118091-
CMYK0.3800.490.29
HSL106.52º37.24%53.14%-
HSV(B)106.52º49.44%70.59%-
XYZ24.7736.7815.69-
YUV149.2295.14100.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.06%
GREEN value IS 180 (70.70% from 255) = 47.12%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=29.06%
G=47.12%
B=23.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111180910.3800.490.29106.5237.2453.14
Hex6FB45B260311D6b2535
Octal15726413346061351534565
Binary11011111011010010110111001100110001111011101011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,180,91); }

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

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

 a { background-color: rgb(111,180,91); }

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

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

 span { border-color: rgb(111,180,91); }

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