#679B42

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

Shades of Apple #679B42

Tints of Apple #679B42

Color information

#679B42 (or 0x679B42) is unknown color: approx Apple. HEX triplet: 67, 9B and 42. RGB value is (103,155,66). Sum of RGB (Red+Green+Blue) = 103+155+66=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #679B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679B42 is #9864BD. Grayscale: #818181. Windows color (decimal): -9987262 or 4365159. OLE color: 4365159.

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

Color convert

RGB10315566-
CMYK0.3400.570.39
HSL95.06º40.27%43.33%-
HSV(B)95.06º57.42%60.78%-
XYZ18.326.729.35-
YUV129.3192.27109.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.79%
GREEN value IS 155 (60.94% from 255) = 47.84%
BLUE value IS 66 (26.17% from 255) = 20.37%
R=31.79%
G=47.84%
B=20.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103155660.3400.570.3995.0640.2743.33
Hex679B4222039275f282b
Octal14723310242071471375053
Binary110011110011011100001010001001110011001111011111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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