#67BA40

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

Shades of Apple #67BA40

Tints of Apple #67BA40

Color information

#67BA40 (or 0x67BA40) is unknown color: approx Apple. HEX triplet: 67, BA and 40. RGB value is (103,186,64). Sum of RGB (Red+Green+Blue) = 103+186+64=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #67BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BA40 is #9845BF. Grayscale: #939393. Windows color (decimal): -9979328 or 4242023. OLE color: 4242023.

HSL color Cylindrical-coordinate representation of color #67BA40: hue angle of 100.82º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67BA40 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB10318664-
CMYK0.4500.660.27
HSL100.82º48.8%49.02%-
HSV(B)100.82º65.59%72.94%-
XYZ24.0838.3710.99-
YUV147.278196.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.18%
GREEN value IS 186 (73.05% from 255) = 52.69%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=29.18%
G=52.69%
B=18.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103186640.4500.660.27100.8248.849.02
Hex67BA402D0421B653131
Octal147272100550102331456161
Binary110011110111010100000010110101000010110111100101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67BA40; }

 p { color: rgb(103,186,64); }

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

<style>
 a { background-color: #67BA40; }

 a { background-color: rgb(103,186,64); }

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

<style>
 span { border-color: #67BA40; }

 span { border-color: rgb(103,186,64); }

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