#67C050

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

Shades of Apple #67C050

Tints of Apple #67C050

Color information

#67C050 (or 0x67C050) is unknown color: approx Apple. HEX triplet: 67, C0 and 50. RGB value is (103,192,80). Sum of RGB (Red+Green+Blue) = 103+192+80=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #67C050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67C050 is #983FAF. Grayscale: #989898. Windows color (decimal): -9977776 or 5292135. OLE color: 5292135.

HSL color Cylindrical-coordinate representation of color #67C050: hue angle of 107.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67C050 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB10319280-
CMYK0.4600.580.25
HSL107.68º47.06%53.33%-
HSV(B)107.68º58.33%75.29%-
XYZ25.8941.1614.17-
YUV152.6287.0192.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.47%
GREEN value IS 192 (75.39% from 255) = 51.2%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=27.47%
G=51.2%
B=21.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103192800.4600.580.25107.6847.0653.33
Hex67C0502E03A196c2f35
Octal14730012056072311545765
Binary11001111100000010100001011100111010110011101100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,192,80); }

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

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

 a { background-color: rgb(103,192,80); }

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

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

 span { border-color: rgb(103,192,80); }

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