#68BF4A

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

Shades of Apple #68BF4A

Tints of Apple #68BF4A

Color information

#68BF4A (or 0x68BF4A) is unknown color: approx Apple. HEX triplet: 68, BF and 4A. RGB value is (104,191,74). Sum of RGB (Red+Green+Blue) = 104+191+74=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BF4A is #9740B5. Grayscale: #989898. Windows color (decimal): -9912502 or 4898664. OLE color: 4898664.

HSL color Cylindrical-coordinate representation of color #68BF4A: hue angle of 104.62º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68BF4A is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB10419174-
CMYK0.4600.610.25
HSL104.62º47.76%51.96%-
HSV(B)104.62º61.26%74.9%-
XYZ25.5840.712.99-
YUV151.6584.1894.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 74 (29.30% from 255) = 20.05%
R=28.18%
G=51.76%
B=20.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104191740.4600.610.25104.6247.7651.96
Hex68BF4A2E03D19693034
Octal15027711256075311516064
Binary11010001011111110010101011100111101110011101001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68BF4A; }

 p { color: rgb(104,191,74); }

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

<style>
 a { background-color: #68BF4A; }

 a { background-color: rgb(104,191,74); }

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

<style>
 span { border-color: #68BF4A; }

 span { border-color: rgb(104,191,74); }

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