#67A94D

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

Shades of Apple #67A94D

Tints of Apple #67A94D

Color information

#67A94D (or 0x67A94D) is unknown color: approx Apple. HEX triplet: 67, A9 and 4D. RGB value is (103,169,77). Sum of RGB (Red+Green+Blue) = 103+169+77=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #67A94D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A94D is #9856B2. Grayscale: #8B8B8B. Windows color (decimal): -9983667 or 5089639. OLE color: 5089639.

HSL color Cylindrical-coordinate representation of color #67A94D: hue angle of 103.04º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67A94D is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB10316977-
CMYK0.3900.540.34
HSL103.04º37.4%48.24%-
HSV(B)103.04º54.44%66.27%-
XYZ21.1231.812.05-
YUV138.7893.13102.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.51%
GREEN value IS 169 (66.41% from 255) = 48.42%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=29.51%
G=48.42%
B=22.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal103169770.3900.540.34103.0437.448.24
Hex67A94D2703622672530
Octal14725111547066421474560
Binary110011110101001100110110011101101101000101100111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,169,77); }

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

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

 a { background-color: rgb(103,169,77); }

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

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

 span { border-color: rgb(103,169,77); }

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