#67C048

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

Shades of Apple #67C048

Tints of Apple #67C048

Color information

#67C048 (or 0x67C048) is unknown color: approx Apple. HEX triplet: 67, C0 and 48. RGB value is (103,192,72). Sum of RGB (Red+Green+Blue) = 103+192+72=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #67C048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C048 is #983FB7. Grayscale: #989898. Windows color (decimal): -9977784 or 4767847. OLE color: 4767847.

HSL color Cylindrical-coordinate representation of color #67C048: hue angle of 104.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #67C048 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB10319272-
CMYK0.4600.630.25
HSL104.5º48.78%51.76%-
HSV(B)104.5º62.5%75.29%-
XYZ25.6141.0512.7-
YUV151.7183.0193.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.07%
GREEN value IS 192 (75.39% from 255) = 52.32%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=28.07%
G=52.32%
B=19.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103192720.4600.630.25104.548.7851.76
Hex67C0482E03F19683134
Octal14730011056077311506164
Binary11001111100000010010001011100111111110011101000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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