#679C42

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

Shades of Apple #679C42

Tints of Apple #679C42

Color information

#679C42 (or 0x679C42) is unknown color: approx Apple. HEX triplet: 67, 9C and 42. RGB value is (103,156,66). Sum of RGB (Red+Green+Blue) = 103+156+66=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #679C42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679C42 is #9863BD. Grayscale: #828282. Windows color (decimal): -9987006 or 4365415. OLE color: 4365415.

HSL color Cylindrical-coordinate representation of color #679C42: hue angle of 95.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #679C42 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB10315666-
CMYK0.3400.580.39
HSL95.33º40.54%43.53%-
HSV(B)95.33º57.69%61.18%-
XYZ18.4727.059.4-
YUV129.8991.94108.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.69%
GREEN value IS 156 (61.33% from 255) = 48%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=31.69%
G=48%
B=20.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103156660.3400.580.3995.3340.5443.53
Hex679C422203A275f292c
Octal14723410242072471375154
Binary110011110011100100001010001001110101001111011111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679C42; }

 p { color: rgb(103,156,66); }

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

<style>
 a { background-color: #679C42; }

 a { background-color: rgb(103,156,66); }

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

<style>
 span { border-color: #679C42; }

 span { border-color: rgb(103,156,66); }

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