#6FBD41

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

Shades of Apple #6FBD41

Tints of Apple #6FBD41

Color information

#6FBD41 (or 0x6FBD41) is unknown color: approx Apple. HEX triplet: 6F, BD and 41. RGB value is (111,189,65). Sum of RGB (Red+Green+Blue) = 111+189+65=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBD41 is #9042BE. Grayscale: #979797. Windows color (decimal): -9454271 or 4308335. OLE color: 4308335.

HSL color Cylindrical-coordinate representation of color #6FBD41: hue angle of 97.74º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6FBD41 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB11118965-
CMYK0.4100.660.26
HSL97.74º48.82%49.8%-
HSV(B)97.74º65.61%74.12%-
XYZ25.7140.1611.4-
YUV151.5479.1699.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.41%
GREEN value IS 189 (74.22% from 255) = 51.78%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=30.41%
G=51.78%
B=17.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111189650.4100.660.2697.7448.8249.8
Hex6FBD41290421A623132
Octal157275101510102321426162
Binary110111110111101100000110100101000010110101100010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,189,65); }

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

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

 a { background-color: rgb(111,189,65); }

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

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

 span { border-color: rgb(111,189,65); }

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