#6FB145

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

Shades of Apple #6FB145

Tints of Apple #6FB145

Color information

#6FB145 (or 0x6FB145) is unknown color: approx Apple. HEX triplet: 6F, B1 and 45. RGB value is (111,177,69). Sum of RGB (Red+Green+Blue) = 111+177+69=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FB145 is #904EBA. Grayscale: #919191. Windows color (decimal): -9457339 or 4567407. OLE color: 4567407.

HSL color Cylindrical-coordinate representation of color #6FB145: hue angle of 96.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FB145 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB11117769-
CMYK0.3700.610.31
HSL96.67º43.9%48.24%-
HSV(B)96.67º61.02%69.41%-
XYZ23.3535.2511.2-
YUV144.9585.13103.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.09%
GREEN value IS 177 (69.53% from 255) = 49.58%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=31.09%
G=49.58%
B=19.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111177690.3700.610.3196.6743.948.24
Hex6FB1452503D1F612c30
Octal15726110545075371415460
Binary11011111011000110001011001010111101111111100001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,177,69); }

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

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

 a { background-color: rgb(111,177,69); }

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

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

 span { border-color: rgb(111,177,69); }

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