#6FBF45

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

Shades of Apple #6FBF45

Tints of Apple #6FBF45

Color information

#6FBF45 (or 0x6FBF45) is unknown color: approx Apple. HEX triplet: 6F, BF and 45. RGB value is (111,191,69). Sum of RGB (Red+Green+Blue) = 111+191+69=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBF45 is #9040BA. Grayscale: #999999. Windows color (decimal): -9453755 or 4570991. OLE color: 4570991.

HSL color Cylindrical-coordinate representation of color #6FBF45: hue angle of 99.34º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6FBF45 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB11119169-
CMYK0.4200.640.25
HSL99.34º48.8%50.98%-
HSV(B)99.34º63.87%74.9%-
XYZ26.2641.0712.17-
YUV153.1780.597.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.92%
GREEN value IS 191 (75% from 255) = 51.48%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=29.92%
G=51.48%
B=18.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111191690.4200.640.2599.3448.850.98
Hex6FBF452A04019633133
Octal157277105520100311436163
Binary110111110111111100010110101001000000110011100011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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