#67BA2F

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

Shades of Apple #67BA2F

Tints of Apple #67BA2F

Color information

#67BA2F (or 0x67BA2F) is unknown color: approx Apple. HEX triplet: 67, BA and 2F. RGB value is (103,186,47). Sum of RGB (Red+Green+Blue) = 103+186+47=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #67BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BA2F is #9845D0. Grayscale: #919191. Windows color (decimal): -9979345 or 3127911. OLE color: 3127911.

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

Color convert

RGB10318647-
CMYK0.4500.750.27
HSL95.83º59.66%45.69%-
HSV(B)95.83º74.73%72.94%-
XYZ23.6738.218.82-
YUV145.3472.597.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.65%
GREEN value IS 186 (73.05% from 255) = 55.36%
BLUE value IS 47 (18.75% from 255) = 13.99%
R=30.65%
G=55.36%
B=13.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103186470.4500.750.2795.8359.6645.69
Hex67BA2F2D04B1B603c2e
Octal14727257550113331407456
Binary11001111011101010111110110101001011110111100000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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