#6fb64c

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

Shades of Apple #6FB64C

Tints of Apple #6FB64C

Color information

#6FB64C (or 0x6FB64C) is unknown color: approx Apple. HEX triplet: 6F, B6 and 4C. RGB value is (111,182,76). Sum of RGB (Red+Green+Blue) = 111+182+76=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB64C is #9049B3. Grayscale: #959595. Windows color (decimal): -9456052 or 5027439. OLE color: 5027439.

HSL color Cylindrical-coordinate representation of color #6FB64C: hue angle of 100.19º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6FB64C is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB11118276-
CMYK0.3900.580.29
HSL100.19º42.06%50.59%-
HSV(B)100.19º58.24%71.37%-
XYZ24.5937.3612.75-
YUV148.6986.98101.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.08%
GREEN value IS 182 (71.48% from 255) = 49.32%
BLUE value IS 76 (30.08% from 255) = 20.60%
R=30.08%
G=49.32%
B=20.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111182760.3900.580.29100.1942.0650.59
Hex6FB64C2703A1D642a33
Octal15726611447072351445263
Binary11011111011011010011001001110111010111011100100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fb64c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,182,76); }

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

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

 a { background-color: rgb(111,182,76); }

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

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

 span { border-color: rgb(111,182,76); }

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