#6FBE48

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

Shades of Apple #6FBE48

Tints of Apple #6FBE48

Color information

#6FBE48 (or 0x6FBE48) is unknown color: approx Apple. HEX triplet: 6F, BE and 48. RGB value is (111,190,72). Sum of RGB (Red+Green+Blue) = 111+190+72=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBE48 is #9041B7. Grayscale: #999999. Windows color (decimal): -9454008 or 4767343. OLE color: 4767343.

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

Color convert

RGB11119072-
CMYK0.4200.620.25
HSL100.17º47.58%51.37%-
HSV(B)100.17º62.11%74.51%-
XYZ26.1440.6712.6-
YUV152.9382.3398.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 190 (74.61% from 255) = 50.94%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=29.76%
G=50.94%
B=19.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111190720.4200.620.25100.1747.5851.37
Hex6FBE482A03E19643033
Octal15727611052076311446063
Binary11011111011111010010001010100111110110011100100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,190,72); }

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

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

 a { background-color: rgb(111,190,72); }

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

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

 span { border-color: rgb(111,190,72); }

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