#67C94B

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

Shades of Apple #67C94B

Tints of Apple #67C94B

Color information

#67C94B (or 0x67C94B) is unknown color: approx Apple. HEX triplet: 67, C9 and 4B. RGB value is (103,201,75). Sum of RGB (Red+Green+Blue) = 103+201+75=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #67C94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C94B is #9836B4. Grayscale: #9D9D9D. Windows color (decimal): -9975477 or 4966759. OLE color: 4966759.

HSL color Cylindrical-coordinate representation of color #67C94B: hue angle of 106.67º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #67C94B is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB10320175-
CMYK0.4900.630.21
HSL106.67º53.85%54.12%-
HSV(B)106.67º62.69%78.82%-
XYZ27.7545.1613.91-
YUV157.3381.5389.25-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.18%
GREEN value IS 201 (78.91% from 255) = 53.03%
BLUE value IS 75 (29.69% from 255) = 19.79%
R=27.18%
G=53.03%
B=19.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal103201750.4900.630.21106.6753.8554.12
Hex67C94B3103F156b3636
Octal14731111361077251536666
Binary11001111100100110010111100010111111101011101011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,201,75); }

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

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

 a { background-color: rgb(103,201,75); }

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

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

 span { border-color: rgb(103,201,75); }

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