#6FC13B

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

Shades of Apple #6FC13B

Tints of Apple #6FC13B

Color information

#6FC13B (or 0x6FC13B) is unknown color: approx Apple. HEX triplet: 6F, C1 and 3B. RGB value is (111,193,59). Sum of RGB (Red+Green+Blue) = 111+193+59=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC13B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC13B is #903EC4. Grayscale: #999999. Windows color (decimal): -9453253 or 3916143. OLE color: 3916143.

HSL color Cylindrical-coordinate representation of color #6FC13B: hue angle of 96.72º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FC13B is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB11119359-
CMYK0.4200.690.24
HSL96.72º53.17%49.41%-
HSV(B)96.72º69.43%75.69%-
XYZ26.4141.8410.82-
YUV153.2174.8397.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.58%
GREEN value IS 193 (75.78% from 255) = 53.17%
BLUE value IS 59 (23.44% from 255) = 16.25%
R=30.58%
G=53.17%
B=16.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111193590.4200.690.2496.7253.1749.41
Hex6FC13B2A04518613531
Octal15730173520105301416561
Binary11011111100000111101110101001000101110001100001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,193,59); }

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

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

 a { background-color: rgb(111,193,59); }

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

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

 span { border-color: rgb(111,193,59); }

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