#6B9F40

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

Shades of Apple #6B9F40

Tints of Apple #6B9F40

Color information

#6B9F40 (or 0x6B9F40) is unknown color: approx Apple. HEX triplet: 6B, 9F and 40. RGB value is (107,159,64). Sum of RGB (Red+Green+Blue) = 107+159+64=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #6B9F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9F40 is #9460BF. Grayscale: #848484. Windows color (decimal): -9724096 or 4235115. OLE color: 4235115.

HSL color Cylindrical-coordinate representation of color #6B9F40: hue angle of 92.84º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B9F40 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB10715964-
CMYK0.3300.600.38
HSL92.84º42.6%43.73%-
HSV(B)92.84º59.75%62.35%-
XYZ19.3928.299.29-
YUV132.6289.27109.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.42%
GREEN value IS 159 (62.5% from 255) = 48.18%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=32.42%
G=48.18%
B=19.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107159640.3300.600.3892.8442.643.73
Hex6B9F402103C265d2b2c
Octal15323710041074461355354
Binary110101110011111100000010000101111001001101011101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,159,64); }

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

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

 a { background-color: rgb(107,159,64); }

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

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

 span { border-color: rgb(107,159,64); }

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