#679A4C

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

Shades of Apple #679A4C

Tints of Apple #679A4C

Color information

#679A4C (or 0x679A4C) is unknown color: approx Apple. HEX triplet: 67, 9A and 4C. RGB value is (103,154,76). Sum of RGB (Red+Green+Blue) = 103+154+76=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #679A4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679A4C is #9865B3. Grayscale: #828282. Windows color (decimal): -9987508 or 5020263. OLE color: 5020263.

HSL color Cylindrical-coordinate representation of color #679A4C: hue angle of 99.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #679A4C is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB10315476-
CMYK0.3300.510.40
HSL99.23º33.91%45.1%-
HSV(B)99.23º50.65%60.39%-
XYZ18.4526.5210.98-
YUV129.8697.6108.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.93%
GREEN value IS 154 (60.55% from 255) = 46.25%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=30.93%
G=46.25%
B=22.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103154760.3300.510.4099.2333.9145.1
Hex679A4C210332863222d
Octal14723211441063501434255
Binary110011110011010100110010000101100111010001100011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,154,76); }

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

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

 a { background-color: rgb(103,154,76); }

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

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

 span { border-color: rgb(103,154,76); }

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