#679948

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

Shades of Apple #679948

Tints of Apple #679948

Color information

#679948 (or 0x679948) is unknown color: approx Apple. HEX triplet: 67, 99 and 48. RGB value is (103,153,72). Sum of RGB (Red+Green+Blue) = 103+153+72=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #679948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679948 is #9866B7. Grayscale: #818181. Windows color (decimal): -9987768 or 4757863. OLE color: 4757863.

HSL color Cylindrical-coordinate representation of color #679948: hue angle of 97.04º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #679948 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB10315372-
CMYK0.3300.530.4
HSL97.04º36%44.12%-
HSV(B)97.04º52.94%60%-
XYZ18.1526.1310.22-
YUV128.8295.94109.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 153 (60.16% from 255) = 46.65%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=31.40%
G=46.65%
B=21.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal103153720.3300.530.497.043644.12
Hex679948210352861242c
Octal14723111041065501414454
Binary110011110011001100100010000101101011010001100001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679948; }

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

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

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

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

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

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

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

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